Expand description
Traits for converting to and from numbers, converting to and from strings, and extracting digits.
Modulesยง
- digits
- Traits for working with the digits of numbers.
- from
- Traits for converting between different number types. The traits are
WrappingFrom
,SaturatingFrom
,OverflowingFrom
,ConvertibleFrom
, andRoundingFrom
. - half
JoinHalves
andSplitInHalf
, traits for joining the bits of two numbers or for splitting a number in half.- is_
integer IsInteger
, a trait for determining whether a value is an integer.- mantissa_
and_ exponent - Traits for converting numbers to and from mantissa and exponent representations.
- slice
- Traits for converting slices to numbers, slices to [
Vec
]s, or numbers to [Vec
]s. The traits areFromOtherTypeSlice
,VecFromOtherTypeSlice
, andVecFromOtherType
. - string
- Traits for converting numbers to and from [
String
]s. - traits
- Various traits for converting numbers.