Basic Overview


DescriptionReturns the natural logarithm of a number (logarithm with base e ~2.718), while retaining all Dimensions.
SyntaxLN(Node)
Parameter
  • Node: Input node, specified using the node name in single quotes (e.g. 'Profit')

Example

Input A =

Year

Value

20192
20203
20214.5

Output LN('A') =

Year

Value

20190.69
20201.10
20211.50