Vocabularymath.parserInputs and outputs| n | a real |
| radix | an integer between 2 and 16 |
| str | a string |
Word descriptionConverts a real number into a string representation using the given radix. If the number is a float, the radix is ignored and the output is always in base 10.
See alsobase>DefinitionMethods