exp
relationalai.semantics.std.math
exp(value: NumberValue) -> ExpressionCompute the exponential function (e^value).
Parameters
Section titled “Parameters”
(valueNumberValue) - The exponent.
Returns
Section titled “Returns”Expression- AnExpressioncomputing e raised to the power of value. ReturnsFloat.
Examples
Section titled “Examples”Compute exponential:
>>> select(math.exp(1))>>> select(math.exp(Growth.rate))