Apache Tajo - exp(x)



Let us now check the erp(x) function with the following query.

Query

default> select exp(5) as euler_number; 

Result

The above query will generate the following result.

euler_number 
------------------------------- 
148.4131591025766 

Here, Euler’s number is raised to the power value 5. exp(5) result is 148.4131591.

apache_tajo_math_functions.htm
Advertisements