Expand description
Integer and floating-point number formatting
Modulesยง
- imp ๐
Macrosยง
- impl_
Debug ๐ - impl_
Display ๐ - impl_
Exp ๐ - impl_
int ๐ - int_
base ๐ - integer ๐
- radix ๐
Structsยง
- Binary ๐
- A binary (base 2) radix
- Lower
Hex ๐ - A hexadecimal (base 16) radix, formatted with lower-case characters
- Octal ๐
- An octal (base 8) radix
- Upper
Hex ๐ - A hexadecimal (base 16) radix, formatted with upper-case characters
Constantsยง
- U128_
MAX_ ๐DEC_ N
Staticsยง
- DEC_
DIGITS_ ๐LUT
Traitsยง
- Display
Int ๐๐ป - Generic
Radix ๐๐ป - A type that represents a specific radix
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
.