Trigonometric Function (trigonometric_function)
A trigonometric function (trigonometric_function
)
is a function that
produces a numerical value.
Syntax
<trigonometric_function> ::=
COS(<expression>)
| SIN(<expression>)
| TAN(<expression>)
| COT(<expression>)
| COSH(<expression>)
| SINH(<expression>)
| TANH(<expression>)
| ACOS(<expression>)
| ASIN(<expression>)
| ATAN(<expression>)
| ATAN2(<expression>,<expression>)
| RADIANS(<expression>)
| DEGREES(<expression>)All expressions (expression
) in
every trigonometric function identify an angle in radians and are denoted
with a and b below. The only exception to this is the RADIANS
function.
a, b |
Result of the trigonometric function |
|---|---|
a is a NULL value |
|
a is a special NULL value |
Special |
|
Cosine of number |
|
Sine of number |
|
Tangent of number |
|
Cotangent of number |
|
Hyperbolic cosine of number |
|
Hyperbolic sine of number |
|
Hyperbolic tangent of number |
|
Arc cosine of number |
|
Arc sine of number |
|
Arc tangent of number a |
|
Arc tangent of the value |
|
Arc sine of number |
|
Angle in radians of the number |
|
Value in degrees of the number |