Expand description
Basic traits for working with Float
s.
Modules§
- classification
- Classification of a
Float
into several kinds. - complexity
- Measuring the complexity to a
Float
. - constants
- Various
Float
constants. This module contains actual Rust constants likeOne
, and functions likeone
which accept a precision. - get_
and_ set - Getting and setting the components of a
Float
. - ulp
- Getting
Float
’s ulp (unit in the last place).