Module rug::complex[][src]

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 Complex number.

SmallComplex

A small complex number that does not require any memory allocation.

Traits

Prec

The Prec trait is used to specify the precision of the real and imaginary parts of a Complex number.