Skip to main content

exp

Syntax Format

exp(x)

Overview

The exp function provides the e value, which equals ~2.71828, raised by the value of the given series type. This function is useful in the scripts, showing exponential growth of a given value over a period of time.

Parameters

ParameterTypePurpose
xseries or numericInput value, to which an exponent raises

Returns: series or numeric.

Example

e_value = exp(1)