|
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. |
Did you know…
…that 68k calculators can not only program in TI-Basic, but can program in Assembly and C as well? (edit)
…that the calculator can do math with integers up to 22040? (edit)
…that you can take the nth root of x by entering x^(1/n)? (edit)
…that @1, @2, etc. stand in for arbitrary constants in an expression? (edit)
…that displaying sprites to column coordinates divisible by 8 is faster than to other coordinates? (edit)
…that strings are the fastest data type to access, given enough elements? (edit)
…that the 26 one-letter variables a-z are much smaller to access? (edit)
…that the © character can be used to enter comments in programs? (edit)
…that ending a variable name with an underscore _ will make solve() and cSolve() assume it's complex? (edit)
…that you can treat strings as always-undefined variables in symbolic math? (edit)