i think i made a calculator a little while ago but this time there is factorial and succession and logarithms. this one has 9 operations you can use this for stuff like 2+2 (4) or big numbers like 87^46 (1.65152'67'805977506e+89) just type anything for the second number if you are doing factorial square root or succession this one can handle: addition (+) subtraction (-) multiplication (x) division (/) exponentiation (^) factorial (!) square root (sqrt) succession (s) except its just adding 1 so its kinda pointless logarithms (log) how this works: first number=base and second number=number you are finding the log of. basically first number^result=second number its still kind of limited since scratch limits numbers to ~10^308 so its still kind of limited for exponents and factorials scratch if youre reading this PLEASE raise the limit for variables to like 10^1000 or something also scratch cat only says decimals up to the hundredths for some reason but the variable says it up to the millionths idk why. enable the result variable for more precision. also it starts rounding when there is too many digits so if you want the entire number use an actual calculator