Math
Absolute Value
Calculates the Absolute Value of the input series
Binary Logarithm
Binary Logarithm returns the base-2 logarithm of the specified number
Ceiling
Ceiling returns the smallest integer greater than or equal to the specified number.
Clamp
Clamp returns the specified number if it is within the specified minimum and maximum values. Otherwise, it returns the minimum or maximum value, respectively.
Cube Root
Cube Root returns the cube root of the specified number.
Exponential
Exponential returns the exponential of the specified number.
Floor
Floor returns the largest integer less than or equal to the specified number.
Fused Multiply Add
Fused Multiply Add performs the operation (a * b) + c, where a, b, and c are input series.
Logarithm
Logarithm returns the base-10 logarithm of the specified number.
Maximum
Maximum returns the maximum value of two input series.
Minimum
Minimum returns the minimum value of two input series.
Natural Logarithm
Natural Logarithm returns the natural logarithm of the specified number.
Power
Power returns the result of raising the first input series to the power of the second input series.
Round
Round returns the nearest integer value to the input series, with the specified number of decimal digits.
Scale-B
Computes X * 2 elevated to the power of N
Sign
Sign returns the sign of the input series as -1, 0, or 1.
Square Root
Square Root returns the square root of the specified number.
Truncate
Truncate returns the integer part of the specified number, discarding the fractional part.