Math Operations

Math Operations blocks perform arithmetical operations on numbers.

Error values, and text that cannot be resolved to numbers, cause a NaN error result to be returned. The following are accepted and excluded arguments for Math Operations blocks:

  • Numbers, logical values, and numbers represented as strings are accepted.
  • Error values, and text that cannot be resolved to numbers, are ignored in the calculation.
Block Icon Description
Add Add block icon Adds its arguments
Divide Divide block icon Divides its arguments
Factorial Factorial block icon Returns the single factorial of a number
Logarithm Logarithm block icon Calculates the logarithm of a number using a specified base
Modulo Modulo block icon Returns the quotient and remainder from division
Multiply Multiply block icon Multiplies its arguments
Power Power block icon Returns the result of raising a number to an exponent
Root Root block icon Returns the nth root of a number
Scale Scale block icon Returns the result of re-scaling a number from one defined set of lower and upper limits to another.
Subtract Subtract block icon Subtracts its arguments

2018/10/03 00:17