exp

Description

Returns Euler’s number e raised to the given number.

Return type

float64

Domain

This is a scalar function (calculates a single output value for a single input row.)

Categories

Usage

exp(value)

Argument

Type

Optional

Repeatable

Restrictions

value

numeric

no

no

none

Examples

make_col exp_temperature:exp(@.temperature)

Returns a new column exp_temperature with Euler’s number e being raised to the values of the temperature column.