Skip to content

exp

relationalai.semantics.std.math
exp(value: NumberValue) -> Expression

Compute the exponential function (e^value).

  • Expression - An Expression computing e raised to the power of value. Returns Float.

Compute exponential:

>>> select(math.exp(1))
>>> select(math.exp(Growth.rate))