To begin, please enter Turbo Mode (shift+click the green flag) This is a hyperoperations calculator. It does calculations beyond exponents and so on. Example: N=0; B+1 N=1; A+B N=2; A*B N=3; A^B Here are examples of going beyond 3: N=4; A=2; B=2; answer = 2^2 = 4 N=4; A=2; B=3; answer = 2^2^2 = 16 N=4; A=3; B=2; answer = 3^3 = 27 N=4; A=3; B=5; answer = 3^3^3^3^3 = one big ass number
Yes I know that there already is a hyperoperations calculator in scratch, but I made this using Scratch 2.0, using a recursive function. UPDATE: I just gave my program a small boost and now there is absolutely no delay time. Compared to the other hyperoperations program, there is about a ten second delay when doing exponents! Unfortuanetly, scratch does have a number limit, and when the number is too high (which happens really easily), it just says infinity. You can use decimals but not negetives.