0 Members and 5 Guests are viewing this topic.
Nemo has a triangle solver too somewhere around here...don't remember where though. What level math is this for?Also, what is your method for turning a number into a string? I'm curious what it looks like
{0,1}->L1{0,number}->L2LinReg(ax+b) Y1 //// or any other y-varEqu>String(Yvar,Str0)sub(Str0,1,length(Str0)-3)->Str0
Cool. I wish I'd had these back when I was doing trig. Any chance you can make one for indefinite integration? <--- Joke. I realize this is nigh-impossible.
:Ans→A" →Str0A<0→Zabs(A→AWhile Asub("0123456789",A-10int(A/10)+1,1)+Str0→Str0int(A/10→AEndsub(Str0,1,length(Str0)-1If Z"[negative]"+Ans
Ans→A" →Str0A<0→Zabs(A→AWhile Aint(A/10→Asub("0123456789",A-10Ans+1,1)+Str0→Str0Endsub(Str0,1,length(Str0)-1If Z"[negative]"+Ans
Ans→A" →Str0A<0→Zabs(A→AWhile Aint(.1A→Asub("0123456789",A-10Ans+1,1)+Str0→Str0Endsub(Str0,1,length(Str0)-1If Z"[negative]"+Ans