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

ValidComplex

A validated string that can always be converted to a Complex.

Traits

Prec

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