Skip to main content
Skip table of contents

EXP

Basic Overview

Description

Returns Euler's number, e (~2.718) raised to a power of the given value, while retaining all Dimensions.

Syntax

EXP(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 EXP('A') =


Year

Value

2019

7.39

2020

20.09

2021

90.02


JavaScript errors detected

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

If this problem persists, please contact our support.