Expand description
Traits for converting numbers to and from [String
]s.
Modulesยง
- from_
sci_ string FromSciString
, a trait for converting strings, possibly using scientific notation, to numbers.- from_
string FromStringBase
, a trait for converting strings in a specified base to numbers.- options
ToSciOptions
andFromSciSringOptions
,struct
s for specifying parameters when using theFromSciString
andToSci
traits.- to_sci
ToSci
, a trait for converting a number to string, possibly using scientific notation.- to_
string - The
BaseFmtWrapper
struct andToStringBase
trait, used for converting numbers to strings.