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
| Parameter | Type | Purpose | 
|---|---|---|
| x | series or numeric | Input value, to which an exponent raises | 
Returns: series or numeric.
Example
e_value = exp(1)