Trigonometric Functions
Compute sine, cosine, tangent, and other trigonometric values.
Last updated
> select acosh(1.5)
0.9624236501192069> select tanh(3.5);
0.9981778976111987> select cot(100);
-1.702956919426469> select degrees(1);
57.29577951308232> select radians(1);
1.0471975511965976> select pi()
3.141592654