# Functions
Atoi is equivalent to ParseUint(s, 10, 0), converted to type uint.
FormatIEC returns the string representation of u using the IEC standard.
FormatIEC returns the string representation of u using the SI standard.
Quote returns a double-quoted Go string literal representing s.
Utoa is equivalent to FormatUInt(uint64(u), 10).