[go: up one dir, main page]

Module rug::complex

source ·
Expand description

Multi-precision complex numbers with correct rounding.

This module provides support for complex numbers of type Complex.

Structs

Traits

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