Trigonometric built-in functions perform trigonometric operations on numeric values that represent angles in either degrees or radians, and return numeric values that are the results of the operations.
|
Function |
Keyword |
What it does |
|---|---|---|
|
Arc cosine (degrees) |
ARCCOSDEG |
Returns the arc cosine of a numeric value that represents an angle in degrees |
|
Arc cosine (radians) |
ARCCOSRAD |
Returns the arc cosine of a numeric value that represents an angle in radians |
|
Arc sine (degrees) |
ARCSINDEG |
Returns the arc sine of a numeric value that represents an angle in degrees |
|
Arc sine (radians) |
ARCSINRAD |
Returns the arc sine of a numeric value that represents an angle in radians |
|
Arc tangent (degrees) |
ARCTANDEG |
Returns the arc tangent of a numeric value that represents an angle in degrees |
|
Arc tangent (radians) |
ARCTANRAD |
Returns the arc tangent of a numeric value that represents an angle in radians |
|
Cosine (degrees) |
COSINE-DEGREES |
Returns the cosine of a numeric value that represents an angle in degrees |
|
Cosine (radians) |
COSINE-RADIANS |
Returns the cosine of a numeric value that represents an angle in radians |
|
Sine (degrees) |
SINE-DEGREES |
Returns the sine of a numeric value that represents an angle in degrees |
|
Sine (radians) |
SINE-RADIANS |
Returns the sine of a numeric value that represents an angle in radians |
|
Tangent (degrees) |
TANGENT-DEGREES |
Returns the tangent of a numeric value that represents an angle in degrees |
|
Tangent (radians) |
TANGENT-RADIANS |
Returns the tangent of a numeric value that represents an angle in radians |
|
Copyright © 2014 CA.
All rights reserved.
|
|