Apache Tajo - cos(x)



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

Query

default> select cos(30) as cosine; 

Result

The above query will generate the following result.

cosine 
------------------------------- 
0.15425144988758405 

The value of Cosine angle at 30 degree is 0.154251.

apache_tajo_math_functions.htm
Advertisements