Module digits::radices [] [src]

A default Radix modules including most common numeric bases.

Functions

binary_base

Binary implementation of BaseCustom

decimal_base

Decimal implementation of BaseCustom

hex_base

Hexadecimal implementation of BaseCustom

hexl_base

Lowercase hexadecimal implementation of BaseCustom

octal_base

Octal implementation of BaseCustom