Trigonometric Operators
FuseQL supports the following trigonometric functions:
- acos
-
Calculates the arccosine of a numerical value.
- asin
-
Calculates the arcsine of a numerical value.
- atan
-
Calculates the arctangent of a numerical value.
- cos
-
Calculates the cosine of a numerical value.
- cosh
-
Calculates the hyperbolic cosine of a numerical value.
- sin
-
Calculates the sine of a numerical value.
- sinh
-
Calculates the hyperbolic sine of a numerical value.
- tan
-
Calculates the tangent of a numerical value.
- tanh
-
Calculates the hyperbolic tangent of a numerical value.