Module dashu::float

source ·
Expand description

Arbitrary precision floating point number

Modules§

  • Re-exported relevant operator traits from dashu-base
  • Traits and implementations for rounding during operations.

Structs§

  • The context containing runtime information for the floating point number and its operations.
  • An arbitrary precision floating point number with arbitrary base and rounding mode.
  • Underlying representation of an arbitrary precision floating number.

Type Aliases§

  • Multi-precision float number with decimal exponent and HalfAway rounding mode
  • The primitive integer type used to construct the big integers, guaranteed to be a rust built-in unsigned integer type.