Skip to main content
Skip table of contents

LN

Basic Overview


Description

Returns the natural logarithm of a number (logarithm with base e ~2.718), while retaining all Dimensions.

Syntax

LN(Node)

Parameter

  • Node: Input node, specified using the node name in single quotes (e.g. 'Profit')


Example

Input A =

Year

Value

2019

2

2020

3

2021

4.5

Output LN('A') =

Year

Value

2019

0.69

2020

1.10

2021

1.50


JavaScript errors detected

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

If this problem persists, please contact our support.