Trigonometric functions
Last updated: Feb 11, 2025
All of the functions in this section either take an angle as an argument or return one as a result.
Function | Result | Description |
---|---|---|
|
Real | Computes the arccosine of the specified angle. |
|
Real | Computes the hyperbolic arccosine of the specified angle. |
|
Real | Computes the arcsine of the specified angle. |
|
Real | Computes the hyperbolic arcsine of the specified angle. |
|
Real | Computes the arctangent of the specified angle. |
|
Real | Computes the arctangent of and uses the signs of the two
numbers to derive quadrant information. The result is a real in the range
|
|
Real | Computes the hyperbolic arctangent of the specified angle. |
|
Real | Computes the cosine of the specified angle. |
|
Real | Computes the hyperbolic cosine of the specified angle. |
|
Real | This constant is the best real approximation to pi. |
|
Real | Computes the sine of the specified angle. |
|
Real | Computes the hyperbolic sine of the specified angle. |
|
Real | Computes the tangent of the specified angle. |
|
Real | Computes the hyperbolic tangent of the specified angle. |
Was the topic helpful?
0/1000