Go into the project to see the custom block for the processing. CAN DO: - Basic Exponents - Negative Exponents (will format into 1/X format) CANNOT DO: - Decimal Exponents, If Decimal blocker removed it will process but will have no format and will result in numbers such as 1/1.3456666660 - Large exponents, This is a limitation of scratch with processing speed will crash your screen with excessively large numbers, (keep numbers under 50) Negative numbers may have difficulty being added to larger calculation scripts as they are in 1/X format which the built in scratch blocks will not process.
I used basic repeat loops and some logic patchwork to create this. the way I made negative exponents was by using join loops with JOIN: 1/ and the answer. I had help from AI to make the process quicker.