Math Expression

Math expressions allow you to perform mathematical calculations within your application. This category includes functions for addition, subtraction, multiplication, division, and more complex operations, enabling precise numerical computations.

Expression
Description
Operands Number
Operands Type
Result Type

Count

Determines the total number of items or elements in a collection or list.

1

List

Whole Number

Whole Number

An integer without any fractional or decimal part.

1

Whole Number Constant

Whole Number

Whole Number List

A collection of whole numbers arranged in a sequence or list format.

>=1

Whole Number Constant

Whole Number List

Decimal

A number that includes a fractional part, expressed with a decimal point.

1

Decimal Constant

Decimal

Decimal List

A collection of decimal numbers arranged in a sequence or list format.

>=1

Decimal Constant

Decimal List

Sum

Calculates the total of a set of numbers by adding them together

>=2

Decimal

Decimal

Subtract

Computes the difference between two numbers by deducting one from the other.

>=2

Decimal

Decimal

Multiply

Finds the product of two or more numbers by multiplying them together.

>=2

Decimal

Decimal

Divide

Determines the quotient of two numbers by dividing one by the other.

>=2

Decimal

Decimal

Remainder

Returns the amount left over after dividing one number by another.

2

Decimal

Decimal

Round

Adjusts a number to the nearest integer or specified decimal place.

2

1st is a Decimal

2nd is a Whole Number

Decimal

Max Array

Identifies the largest value within a given array of numbers.

1

List

Decimal

Min Array

Finds the smallest value within a given array of numbers.

1

List

Decimal

Last updated