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