trying to display equation on homescreen
Leprechaun0 12 Mar 2021 05:16
Hi i have been making a logBASE rewrites and i’m trying to change exponential change into the log form but for some reason it doesn’t show the subscript on the home screen, and also it would be nice to know how to do the same with superscript.
Thanks for any help 😊
Here is my code if that helps
Lbl EL
Disp “X
Input X
Disp “B
Input B
Disp “Y
Input Y
“logBASE(“+toString(Y)+”,”+toString(B)+”)”->Y1
Equ>String(Y1,Str1)
Disp Str1+”=“+toString(x)
Pause
Goto T