Available on crate features
regression
and arbitrary-precision
only.Expand description
This module enables the use of rug::Float
inside of nalgebra
.
Many functions are not implemented. PRs are welcome.
Structs§
- A wrapper around
rug::Float
to implement traits for.
Constants§
- The default precision.
Functions§
- Get the default precision. Can be set using
set_default_precision
. - Set the default precision for this thread.