Math
Actions
Action components allow you to perform operations on the app.
Absolute Value
Finds the absolute value of given number.
Add
Adds two numbers and returns the sum.
Average
Computes the arithmetic mean of two numbers.
Cosine
Calculates the cosine of value provided in degrees or radians.
Cotangent
Calculates the cotangent of value provided in degrees or radians.
Divide
Divide two numbers and returns the result.
Limit Number
Limits a number to a given range.
Maximum
Finds the maximum one of two numbers.
Minimum
Finds the minimum one of two numbers.
Modulo
Modulo two numbers and returns the result.
Multiply
Multiply two numbers and returns the result.
Number to Text
Converts a number to a text value.
Power
Raise a number to a power and returns the result.
Round Number
Rounds the given number based on the selected option.
Sine
Calculates the sine of value provided in degrees or radians.
Square Root
Calculates the square root of a number.
Subtract
Subtract two numbers and returns the result.
Tangent
Calculates the tangent of value provided in degrees or radians.
Text to Number
Converts a text value to a number.
Yes/No to Number
Converts a Yes/No value to 1 or 0. Where Yes is 1 and No is 0.
Average
Calculates the average (mean) of a list of numbers.
Maximum
Finds the maximum number in a list.
Minimum
Finds the minimum number in a list.
Sum
Calculates the sum of a list of numbers.