Module ramp::ll::base
[−]
[src]
Base conversion utilities
Provides functions for converting an integer to/from a given base. In both to_base
and
from_base
the base-N output or input (respectively) is stored as raw bytes. That means that a
base-10 input contains bytes each with a value from 0-9.
Functions
base_digits_to_len | |
from_base |
Converts the base |
num_base_digits | |
to_base |
Converts |