Apache Tajo - asin(x)


Advertisements


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

Query

default> select asin(0.4) as inverse_sine;

Result

The above query will generate the following result.

inverse_sine 
------------------------------- 
0.41151684606748806 

Inverse sine(asine) value for 0.4 is 0.4115168.


apache_tajo_math_functions.htm

Advertisements