`(math:toBase 0 2)` returns `""`, but I expect it to return `"0"`. This happens with any base, not just 2.
(math:toBase 0 2)returns"", but I expect it to return"0". This happens with any base, not just 2.