|
We're glad you came by, but you might find what you're looking for elsewhere. TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it. Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope. |
Challenges » Solution
| Name: Challenge Five: Numeral-Verbal Translator Author: Timothy Foster Download: TIBD05.zip Compatibility: Parent page not set File Size: 1500 bytes |
This program will convert any number from 0 to 99999.999 into its word form. Numbers with digits beyond the thousandths place are rounded in the program. The program is very fast, but as a result of incredible speed, it is large. Overall, a great program for writing checks and such. |
Want to update this page?
- Upload new files to provide up-to-date versions of your program;
- or Edit the content of this page to provide up-to-date information about your program.
A moderator will only process these changes if you add the word update to the list of tags
What the community thinks:
Wow! What a speedy program. The longest calculation took less than one second!
The program had an odd way of showing decimal values… it has the word "and" written vertically on the right-hand side of the screen, adjacent to the values of the decimal section. But honestly, I quite enjoyed this unique layout.
I just optimized the code a little and knocked out 50 bytes! Wow, it was really unoptimized…
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me