Math Blocks

Overview

Math blocks encompass the blocks used to perform mathematical operations and calculations. They allow you to manipulate numerical data, perform calculations, and create algorithms or formulas to solve problems.

Specify Number

Use this block to specify a number you want to use in your app.

Arithmetic

These blocks allow you to perform arithmetic calculations.

Random Integer from [1] to [100]

This block returns a random integer within a specified range, inclusive of the provided integers.

Random Fraction

This block returns a random fraction xx where 0x<10 ≤ x < 1

Round

Use this block to round a decimal figure up or down into an integer.

Logarithmic Values

Use these blocks to calculate logarithms of numbers, providing a way to determine the power to which a base must be raised to produce a specific value. These blocks help in handling exponential relationships and solving problems involving the exponential growth or decay of quantities.

Round to X Decimal Places

Use this block to round a decimal figure to a selected number of decimal places.

Constrain Number

If the provided number is below the lower bound, this block adjusts it to match the lower bound. Similarly, if the number exceeds the upper bound, this block adjusts it to align with the upper bound.

Remainder Of

This block returns the remainder when a number is divided by another number.

Trigonometry

This block returns a value assuming the input is given in degrees.

Analyze Numbers

This block returns true or false based on whether the chosen condition applies to the number.

Irrational Numbers

The "irrational numbers" block is represented by π in the math blocks drawer. You can use the dropdown menu to access other irrational numbers.

There is a block in the lists drawer of blocks that returns mathematical values from a list, including sum, minimum, maximum, average, etc. You can learn more here: Lists Blocks.

Last updated