radix_convert
Convert numbers between any bases from 2 to 36, including fractional values. Flags non-terminating representations when a base cannot exactly represent a fraction.
Instructions
Convert a value between ANY bases 2..36, fractions included; bases that
cannot represent the fraction (e.g. 0.1 in base 2) are flagged
non-terminating. radix_convert('zz', 36, 7) is one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| to_base | No | ||
| from_base | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||