radix_convert
Convert numbers between any bases 2-36, including fractions, and flag non-terminating representations when the target base cannot represent the fraction exactly.
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 |