EXP
Returns the exponential value of the specified float expression.
Syntax​
EXP ( float_expression )
Arguments​
float_expression
Is an expression of type float or of a type that can be implicitly converted to float.
Return Type​
Returns values of type FLOAT64.
Examples​
Examples in this section use the example blockchain.
This example shows the results of using the EXP
function.
SELECT EXP(real) FROM example;
Response:
EXP(real) [FLOAT64]
NULL
1
2.718281828459045
7.38905609893065