==> Click the green flag to start. Type in any mathematical expression and press enter or the blue tick to calculate the result. The result is then stored and shown in the "number output" variable ==> Click "See inside" to view the block used in this showcase and save it to your backpack if you want to use it ==> Currently supports: - All basic mathematical operators: +, -, *, /, ^ (to the power of) - Order of operations - Brackets: () - Decimals - Multiple operators - Multiple nested brackets - Negative numbers - Multiple consecutive + and - ==> Example: (1.1+2)*(-2+-1)*((1+1)*-1*3.1)+1.1 The output should give 58.76
==> Block Showcase is a series of projects where I showcase a particularly useful block ==> "calculate" is a block that allows you to calculate long mathematical expressions without the need to nest multiple operator blocks, saving you time and space. ==> While this "calculate" block only supports basic mathematical operators, I plan to introduce more operators and functions such as: - Modulus - Absolute value - Rounding - Trigonometry - Hyperbolic trigonometry - Logarithms - Roots - Mathematical constants (pi, e, phi, etc) ==> Comment down below if you'll like to see these features added!