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