Module malachite_base::num::conversion::string
source · Expand description
Traits for converting numbers to and from Strings.
Modules
FromSciString, a trait for converting strings, possibly using
scientific notation, to numbers.FromStringBase, a trait for converting strings in a
specified base to numbers.ToSciOptions and
FromSciSringOptions, structs for specifying parameters
when using the FromSciString and
ToSci traits.The
BaseFmtWrapper struct and
ToStringBase trait, used for converting numbers to strings.