Module rug::complex[][src]

Expand description

Multi-precision complex numbers with correct rounding.

This module provides support for complex numbers of type Complex.

Structs

A complex number that supports total ordering and hashing.

An error which can be returned when parsing a Complex number.

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

Traits

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