Skip to main content
Skip table of contents

LOG

Basic Overview

DescriptionReturns the logarithm of a number (first argument) with respect to a base (second argument), while retaining all dimensions.
SyntaxLOG(Node1, Node2)
Parameter
  • Node: Input node, specified using the node name in single quotes (e.g. 'Profit')
  • Value (Node1): The value for which to calculate the logarithm.
  • Base (Node2): The base to use for calculation of the logarithm. The base can also be a standalone number.

Example

Input A =

Year

Value

20192
20203
20214.5

Input Base =

Year
Value
20192
20202
20212

Output LOG('A', 'Base') =

Year

Value

20191
20201.58
20212.17
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.