Module malachite_base::num::conversion::string
source · Expand description
Traits for converting numbers to and from [String
]s.
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
andFromSciSringOptions
,struct
s for specifying parameters when using theFromSciString
andToSci
traits.ToSci
, a trait for converting a number to string, possibly using scientific notation.- The
BaseFmtWrapper
struct andToStringBase
trait, used for converting numbers to strings.