Skip to main content

Math Connector

Math Perform common math operations on numbers or lists of numbers

Actions

Absolute Value

Returns the absolute value of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Add Numbers

Returns the result of adding the numbers

InputCommentsDefault
Numbers

Arccosine

Returns the arccosine of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Arcsine

Returns the arcsine of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Arctangent

Returns the arctangent of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Ceiling

Returns the smallest integer greater than or equal to the input number.

InputCommentsDefault
NumberA number to provide to the math function

Cosine

Returns the cosine of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Cube Root

Returns the cube root of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Divide Numbers

Returns the result of dividing the numbers

InputCommentsDefault
Numbers

Evaluate Expression

Evaluate a mathematical expression (for example, "2 * 3 + 7")

InputCommentsDefault
Expression

e^x

Returns e^x, where x is the input number, and e is Euler's constant (2.718…, the base of the natural logarithm).

InputCommentsDefault
ExponentA number to provide to the math function

Float-round

Returns the nearest single precision float representation of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Floor

Returns the largest integer less than or equal to the input number.

InputCommentsDefault
NumberA number to provide to the math function

Hyperbolic Arccosine

Returns the hyperbolic arccosine of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Hyperbolic Arcsine

Returns the hyperbolic arcsine of a number.

InputCommentsDefault
NumberA number to provide to the math function

Hyperbolic Arctangent

Returns the hyperbolic arctangent of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Hyperbolic Cosine

Returns the hyperbolic cosine of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Hyperbolic Sine

Returns the hyperbolic sine of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Hyperbolic Tangent

Returns the hyperbolic tangent of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Hypotenuse

Returns the square root of the sum of squares of an array of numbers.

InputCommentsDefault
Numbers

Logarithm

Returns the logarithm of a given input base of an input number.

InputCommentsDefault
NumberA number to provide to the math function
Exponent Base10

Maximum

Returns the largest of zero or more numbers.

InputCommentsDefault
Numbers
Dynamic NumbersUse this input to provide numbers in JSON format, rather than using the default 'Numbers' input. Please note that using this input takes precedence over said input.

Minimum

Returns the smallest of zero or more numbers.

InputCommentsDefault
Numbers
Dynamic NumbersUse this input to provide numbers in JSON format, rather than using the default 'Numbers' input. Please note that using this input takes precedence over said input.

Multiply Numbers

Returns the result of multiplying the numbers

InputCommentsDefault
Numbers

Natural Log

Returns the natural logarithm (log e; also, ln) of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Power

Returns base x to the exponent power y (that is, x^y).

InputCommentsDefault
BaseA number to provide to the math function
ExponentA number to provide to the math function

Random Integer

Returns a pseudo-random integer between min and max.

InputCommentsDefault
MinA number to provide to the math function
MaxA number to provide to the math function

Random Number

Returns a pseudo-random number between min and max.

InputCommentsDefault
MinA number to provide to the math function
MaxA number to provide to the math function

Round

Returns the value of the input number rounded to the nearest integer.

InputCommentsDefault
NumberA number to provide to the math function

Sine

Returns the sine of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Square Root

Returns the positive square root of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Subtract Numbers

Returns the result of subtracting the numbers

InputCommentsDefault
Numbers

Tangent

Returns the tangent of the input number.

InputCommentsDefault
NumberA number to provide to the math function

Truncate Number

Returns the integer portion of the input number, removing any fractional digits.

InputCommentsDefault
NumberA number to provide to the math function