-->
0 Members and 1 Guest are viewing this topic.
function convergence.power() Local rterm,aterm,sumv :clrio :Try :lim((equ(x))^(((1)/(x))),x,∞,1)→rterm :Else :If errornum=800 Then: :(...) :Return 0end
I believe that you can run single lines of TI-BASIC code, but not full programs (for example, loops and jumps are not supported).
Quote from: JosJuice on August 21, 2011, 11:06:10 amI believe that you can run single lines of TI-BASIC code, but not full programs (for example, loops and jumps are not supported).Yes Loops, and Goto-Label are supported ! Even Try:Else:EndTry function for example.