Expand description

Traits for converting to and from Naturals, converting to and from strings, and extracting digits.

Modules

Implementations of traits for working with the digits of Naturals.

Functions for constructing a Natural from Limbs.

Implementations of traits for converting a primitive float to a Natural.

Implementations of traits for converting a primitive integer to a Natural.

An implementation of IsInteger, a trait for determining whether a number is an integer.

A function for counting a Natural’s Limbs.

Implementations of traits for converting numbers to and from mantissa-and-exponent representations.

Implementations of traits for converting a Natural to a primitive float.

Implementations of traits for converting a Natural to a primitive integer.

Implementations of traits for serialization and deserialization using serde.

Implementations of traits for converting Naturals to and from Strings.

Functions for extracting Limbs from a Natural.