new and better version of this project released. go to https://scratch.mit.edu/projects/1047224394/ instead use https://turbowarp.org/944105098/ for better keyboard support and better speeds. using faster arbitrary precision blocks, i've improved the calculator and gave it a new UI update. - instructions - type some calculations with keyboard and press enter, it will display the result. variables can also be assigned. just write something like "varname = number", and then the variable can be used in other calculations. the variable "ans" is always set the the previous result. examples: b = sqrt 2: sets b to the evaluated result of square root of 2 (1 + sqrt 5)/2: golden ratio hovering mouse in the upper right corner displays the decimal precision variable, which controls how accurate the result is. in the scratch player, backslash key ("\") will perform a backspace since scratch cant detect the backspace key. on turbowarp, backspace functions as intended though. functions added so far: addition, subtraction, multiplication, division, sqrt, powers (integer powers only as of now), factorial (integer factorial only as of now) i plan to implement later on: ln, exp(), nth root, etc but these are quite difficult to do lol.