A formula for calculation of a calculated series can be created by means of arithmetic functions:
Function | Brief description |
Log | It returns the series logarithm to the specified basis. |
Ln | It returns a natural logarithm of a series. |
Exponent | It returns a result of raising the number e to the power specified by series values. |
Mod | It returns the remainder of integer division of the series values into the specified number. |
Summation | It returns a result of summation of two or more series. |
Multiplication | It returns a result of multiplication of two or more series. |
Absolute Value | It returns absolute values of a series. |
Rounding | It returns the series values rounded to integers. |
See also: