Trigonometric functions perform common trig calculations and conversions. Note that most functions expect input in radians, not degrees or gradians.
|
Returns the angle value in radians for the given cosine. The result is expressed in radians between and 0.
| |
|
Returns the hyperbolic angle in radians for the given cosine.
| |
|
Returns the angle value in radians for the given sine. The result is expressed in radians between -/2 and /2.
| |
|
Returns the hyperbolic angle in radians for the given sine.
| |
|
Returns the angle value in radians for the given tangent. The result is expressed in radians between -/2 and /2.
| |
|
Returns the arctangent for the given coordinates. The arctangent is the angle in radians between the lines drawn from {0,0} to {x-value, 0} and from {0, 0} to {x- value, y-value}. The result is expressed in radians between - and (but not including -).
| |
|
Returns the hyperbolic angle in radians for the given tangent.
| |
|
Returns the approximate cosine value for an angle expressed in radians.
| |
|
Returns the hyperbolic cosine for the given value.
| |
|
Converts the given angle in radians to degrees.
| |
|
Returns the value of pi.
| |
|
Converts the given angle in degrees to radians.
| |
|
Returns the approximate sine value for an angle expressed in radians.
| |
|
Returns the hyperbolic sine for the given value.
| |
|
Returns the approximate tangent value for an angle expressed in radians.
| |
|
Returns the hyperbolic tangent for the given value. |