Number Blocks



Use as numeric input in mathematical operators (click to change the value).
Returns random number between minimum (top) and maximum (bottom) values.
Returns one of two inputs as determined by a coin toss (random selection).
Adds two numeric inputs (also can be used to concatenate two strings).
Subtracts bottom numeric input from top numeric input.
Multiplies two numeric inputs.
Divides top numeric input (numerator) by bottom numeric input (denominator).
Calculates square root.
Get the power specified in the bottom numeric input for the number specified in the top numeric input.
Returns top input modular (remainder) bottom input.
A programmable block used to add advanced single-variable math equations, e.g., sin(x).
Converts real numbers to integers.