invalid-radix ( radix -- * )


Vocabulary
math.parser

Inputs
radixan object


Outputs
None

Word description
Throws an invalid-radix error.

Error description
For the word it is used in, an invalid radix is one that does not exist in the domain of valid radixes. In many cases, for example, negative and floating point radixes are not allowed.

Definition