Closed MrMadFox closed 2 years ago
one issue is still there in ans section where it shows number and corresponding string, the number when input is 153.000 is showed as 153 (correct should be 153.0)
current:
153.000. 1 IN TXT "153 = one hundred fifty three Point zero"
expected:
153.000. 1 IN TXT "153.0 = one hundred fifty three Point zero"
Adds support for float values
closes #45