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