[−][src]Module rug::complex
Multi-precision complex numbers with correct rounding.
This module provides support for complex numbers of type Complex.
Structs
| OrdComplex | A complex number that supports total ordering and hashing. |
| ParseComplexError | An error which can be returned when parsing a |
| SmallComplex | A small complex number that does not require any memory allocation. |
Traits
| Prec | The |