Expand description
Arbitrary-precision backend using the rug crate.
This module is only available when the rug feature is enabled.
Arbitrary-precision backend using the rug crate.
This module provides implementations for arbitrary-precision types:
rug::Floatfor real numbers with configurable precisionrug::Complexfor complex numbers with configurable precision
The precision is specified as a const generic parameter in bits.
§Submodules
raw: Raw trait implementations forrug::Floatandrug::Complexvalidated: Validated type aliases and kernel configurations
§Feature Flag
This module requires the rug feature to be enabled.