Trigonometric functions
- arccos
This inverse trigonometric function returns the arc cosine of the argument, where the argument is in the range of -1 to 1 and the result is a value expressed in radians. - arcsin
This inverse trigonometric function returns the arc sine of the argument, where the argument is in the range of -1 to 1 and the result is a value expressed in radians. - arctan
This inverse trigonometric function returns the arc tangent of the argument, where the argument is in the range of -1 to 1 and the result is a value expressed in radians. - cos
This trigonometric function returns the cosine of the argument, where the argument is an angle expressed in radians. - coshyp
This trigonometric function returns the hyperbolic cosine of the argument, where the argument is an angle expressed in radians. - sin
This trigonometric function returns the sine of the argument, where the argument is an angle expressed in radians. - sinhyp
This trigonometric function returns the hyperbolic sine of the argument, where the argument is an angle expressed in radians. - tan
This trigonometric function returns the tangent of the argument, where the argument is an angle expressed in radians. - tanhyp
This trigonometric function returns the hyperbolic tangent of the argument, where the argument is an angle expressed in radians.
Parent topic: Common Functions