boostorg / boostorg/multiprecision
It would be nice to have complex rational numbers
Open
enhancement
- Dominant language
- C++
- Stars
- 265
- Forks
- 128
- Avg merge
- 4h 48m
- Merged PRs (30d)
- 2
Description
Often enough, one wants to perform exact calculations that do not stay within the real domain. It would be nice if the multiprecision library supported complex numbers with rational coefficients.
Currently, if I try
`number>`
I get a compiler error, complaining about a missing typedef `exponent_type`. This seems to indicate that currently a complex number always has real coefficients, which is very unfortunate!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.