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