Apache Tajo - acos(x)

现在让我们使用以下查询检查 acos(x) 函数。

查询

default> select acos(0.5) as inversecosine;

上述查询将生成以下结果。

inversecosine 
------------------------------- 
1.0471975511965979

0.5 的反余弦 (acos) 值为 1.047197。

apache_tajo_math_functions.html