Expand description
Integer and floating-point number formatting
Modulesยง
- imp ๐
WebAssembly
Macrosยง
- impl_
Debug ๐ - impl_
Display ๐ - impl_
Exp ๐ - radix_
integer ๐ - Formatting of integers with a non-decimal radix.
- radix_
integers ๐ - Formatting of integers with a non-decimal radix.
Constantsยง
- U128_
MAX_ ๐DEC_ N
Staticsยง
- DECIMAL_
PAIRS ๐
Functionsยง
- div_
rem_ ๐1e16 - Euclidean division plus remainder with constant 1E16 basically consumes 16 decimals from n.
- enc_
16lsd ๐ - Encodes the 16 least-significant decimals of n into
buf[OFFSET .. OFFSET + 16 ]
. - exp_
u128 ๐ - slice_
buffer_ ๐ โto_ str - This function converts a slice of ascii characters into a
&str
starting fromoffset
.