See inside recommend (turbowarp.org/770170092) ← it takes only 2 sec to calculate 2^1000 + calculate a+b, a, b can be float number no negative. - calculate a-b, a, b can be float number, a can <b no negative. * calculate a*b, a, b can be float number no negative. / calculate a/b, a, b can be float number no negative. ^ calculate a^b, a no negative, b can negative, a, b can not be float number. ! calculate a!, a can use negative number, but not float number. *^! maybe have the bug, I try my best to fix them.
What is mega calculate? Mega calculate, make result not in scientific notation, like if you calculate 100000000000*100000000000 using scratch block, it shows 1e+22 instead 10000000000000000000000. How it works? First, turn number to text, scratch enable number of characters in the text almost infinity, and you can calculate digit by digit, like 555+444, 5+4=9, and result will show 999.