exp(value: numeric) -> float64

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

Domain

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

Categories

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.