We found 14 matches for: math

An overview of all math blocks currently available, updated daily!

number: operators: ÷

Produces the quotient of its operands where the first operand is the dividend and the second operand is the divisor.

In-pins

number_0
number_1

Out-pins

Number
number: smallest

Returns the smallest number of all numbers provided.

In-pins

number_0
number_1

Out-pins

Number
number: operators: Pow

Returns the base to the exponent power

In-pins

number_0
number_1

Out-pins

Number
number: operators: Log2

Returns the base 2 logarithm of a number

In-pins

number_0

Out-pins

Number
number: ceil

Always rounds a number up to the next largest whole number or integer.

In-pins

number

Out-pins

Number
number: percentage

Calculates the percentage between two numbers.

In-pins

Partial
Total

Out-pins

Percentage
number: operators: +

Produces the sum of numeric operands.

In-pins

number_0
number_1

Out-pins

Number
number: operators: %

Returns the remainder left over when one operand is divided by a second operand.

In-pins

number_0
number_1

Out-pins

Number
number: operators: -

Subtracts the two operands, producing their difference.

In-pins

number_0
number_1

Out-pins

Number
number: operators: **

Returns the result of raising first operand to the power second operand.

In-pins

number_0
number_1

Out-pins

Number
number: operators: x

Multiplication operator produces the product of the operands.

In-pins

number_0
number_1

Out-pins

Number
number: abs

In-pins

Number

Out-pins

Number
number: round

Returns the rounded value of the given number to specified precision (number of digits after the decimal point).

In-pins

number
Number to round to specified precision.
decimals
The number of decimal digits to round to.

Default:
0

Out-pins

Number
The value rounded to the given precision.
number: floor

Returns the largest integer less than or equal to a given number.

In-pins

number

Out-pins

Number