This is a general-use calculator that is quite simple to use. You can enter numbers, letters, and characters by pressing them, delete by pressing the left arrow, and enter by pressing enter or the right arrow. Just remember: to do multiple operations in one line, use parenthesis! Example: 1+2*3 WILL NOT WORK! 1+(2*3) WILL work! Make sure to close all parenthesis!!! You can use a multitude of operations, listed here: +=add _=subtract *=multiply /=divide ^=exponent (whole number exponents only!) ~=round (the first number decides how to round) %=modulo (finds decimal in division) !=factorial |=absolute sin=sine function cos=cosine function tan=tangent function asin=arc sine function acos=arc cosine function atan=arc tangent function log=logarithm function (first # is base) ln=natural logarithm rand=random number sqrt=square root rt=root (first # is base) Leave a comment if you have questions!
1.0: initial release 1.1: fixed shift and backspace writing 0 in Turbowarp 1.2: fixed multiple parentheses in the same stack height not working properly 1.3: fixed parenthesis to be quite reliable now, fixed a problem with negative numbers getting confused with subtraction (changed subtraction symbol to _), and made the calculator more useful when packaged using Turbowarp. 1.4: added a dedicated Turbowarp mode where the buttons work differently, enabling a better text editing system. 1.5: added natural log (ln), pi (p), and the constant e (e). Also added help functions, which help you learn how to use the calculator. To see a list of help commands, type "help". 1.6: added a safe check to make sure the calculator would tell you if you got NaN as an answer instead of outputting a random number, and added a root function (rt). 1.7: added GCF (greatest common factor) and LCF (least common factor, kinda pointless ngl) functions, and added graphing. You can use x in the equation and it will graph it from x=-160 to x=160 1.8: touched up the graphing mode and made decimal exponents work 1.9: fixed the rt function: it is now quite accurate and fast 2.0: added colored brackets above parenthesis to show what they enclose 2.1: added factorial (!) 2.2: removed the colored brackets (too bugged), added multiple lines for graphing, and added a simple system for order of operations 2.3: added minimum/maximum finders for graphing and changed some visual features 2.4: added zero finder for graphing 2.5: fixed up the graphing tools 2.6: implemented a better text engine 2.7: made it auto change - to _ when it thinks you want to do subtraction and touched up ctrl-v functionality 2.8: added an equation catalog 2.9: added variables (for scratch, [a] or [b] or whatever letter you want, for Turbowarp shift+letter. To set a variable, get the answer you want, then type variable=a) 3.0: changed answer to "@", added a few animations 3.1: fixed floating point decimals