Positional-radix capability #
A radix is the base used by a positional numerical system. Binary floating point uses radix two, decimal floating point uses radix ten, and the abstract rounded-real development can work with any natural radix at least two.
This definition belongs to the general numerical layer: fixed point, floating point, and other positional systems can all use the same radix without depending on a binary storage format.
View the radix as a real scaling factor.
Instances For
Every radix is positive when interpreted as a real scaling factor.
A radix is nonzero when interpreted as a real scaling factor.
Every positional radix is strictly greater than one.