Blocks that will calculate powers (x^y), roots (the nth root of x) and convert decimals to fractions (0.24 --> 6/25) See inside for more details and to test
I made all of these myself. I've been bothered for quite some time that scratch doesn't have a root or power system, so I made one myself, and I needed a fraction converter to use it, so I made one of those as well. Calculators actually use guesswork to find roots. That's why you need a calculator to find the solution to those problems.