knadh/dns.toys

Add floating point numbers support to 'convert numbers to words' functionality.

sxmawl opened this issue · 2 comments

Currently, if someone tries to convert a floating point number into words, the output comes as error: invalid number.
People often deal with 12-15 digit floating point numbers which are more than painful to comprehend at a glance, so it might be a good idea to add support for this.

Screenshot:
Screenshot 2022-10-18 at 12 28 54 PM

knadh commented

Makes sense! Would you like to send a PR for this?

Yes, sure.