2010-08-16, 05:42 AM
Google "never fails."
#1 result for "TI-BASIC multiply vs divide speed" goes to a page with all kinda benchmarks for different scenarios with that language. Here's the direct link to what you want though: http://tibasicdev.wikidot.com/timings#toc14
#1 result for "TI-BASIC multiply vs divide speed" goes to a page with all kinda benchmarks for different scenarios with that language. Here's the direct link to what you want though: http://tibasicdev.wikidot.com/timings#toc14
TI-Basic Developer Wrote:Conclusion: If you multiply, don't put the * sign.
TI-Basic Developer Wrote:Conclusion: When dividing two numbers, don't use the ^-1 operation. It goes really slow! But if you're only taking an inverse, use the ^-1 operation instead of dividing from 1.

