Haha-no. TI-84+ Silver Edition is superior.Number Factoring ScriptThis script factors a number; such that: 9 ~ 1 3 9 (except, prettier :/):ClrDraw:Disp "What number?":Prompt X:X->K:0->A:0->B:Lbl AA:If K≤0:Stop:If X/K=iPart(X/K):Text(A,B,X/K):If X/K=iPart(X/K):B+19->B:If B≥80:A+8->A:If B≥80:0->B:K-1->K:Goto AA
:Input "Number?",A:For(B,1,A,1):If fpart(A/B)=0:Then:{A/B,B}->L1:Disp L1:End:End
What's with all the labels and gotos and redefining variables everywhere? It's needlessly complicated, messy, and hard to followCode: [Select]:Input "Number?",A:For(B,1,A,1):If fpart(A/B)=0:Then:{A/B,B}->L1:Disp L1:End:End
Someone should re-create one of the older Pokemon games for calculator usage. Not requesting it here, but it would be godly.
Do they have calculators like this that have better screens yet?
what do you even mean
Also maybe we could finally make the jump to color.
DISTANCE -Solves the distance formula from 2 given points
I expected cool stuff like http://www.youtube.com/watch?v=VdA8bSsE9eoI was hugely disjointedness.