Numeric Functions
Description
Financial and Math Functions.
- Name
- Description
- Financial Functions
Functions for performing financial calculations.
- Mathematical Functions
Available mathematical functions.
Additional Related Math Functions
*AVERAGE() - Returns the average of a CR-LF delimited list of numbers.
*COUNT() - Returns the number of elements in a CR-LF delimited list.
*MAX() - Returns the largest number in a CR-LF delimited list of numbers.
*MIN() - Returns the smallest number in a CR-LF delimited list of numbers.
*TOTAL() - Returns the total of elements in a CR-LF delimited list of numbers.
CEILING() - Returns the smallest integer that is greater than or equal to the specified Number.
DEC_TO_HEX() - Returns the hexadecimal equivalent of an integer.
EXP() - Returns e raised to the power of the specified Exponent.
FLOOR() - Returns the largest integer that is either less than or equal to the specified Number.
HEX_TO_DEC() - Returns the integer equivalent of a hexadecimal number.
INCREMENT_VALUE() - Increments the value referenced by Variable by one.
INT() - Truncates the decimal portion of the specified Number and returns the remaining Integer.
POPUP.CALCULATOR() - Displays a popup calculator and returns the result of the calculation.
VAL() - Converts a Character_String to a numeric value.