Excerpt |
---|
This example illustrates how to apply the inverse trigonometric (Arc) functions to your transformations. |
Functions:
D generate list excerpts | ||
---|---|---|
|
Also:
D generate list excerpts pages ROUND Function,DEGREES Function
Info |
---|
NOTE: These functions are valid over specific ranges. |
...
The following functions are computed using the above functions.
- Arccotangent. Computed using ATAN function. See below.
- Arcsecant. Computed using ACOS function. See below.
- Arccosecant. Computed using ASIN function. See below.
...
This function is valid over a set of ranged inputs, so you can use a conditional column for the computation. For more information, see ASIN Function.
D trans | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Same set of ranged inputs apply to this function. For more information, see ACOS Function.
D trans | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
For this function, the two different ranges of inputs have different computations, so an else
condition is added to the transformation. For more information, see ATAN Function.
D trans | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Y | acotY | asecY | acscY | atanY | acosY | asinY |
---|---|---|---|---|---|---|
-1.00 | -41.86 | 180.00 | -90.00 | -45.00 | 180.00 | -90.00 |
-0.75 | -49.99 | null | null | -37.00 | 139.00 | -49.00 |
-0.50 | -60.29 | null | null | -27.00 | 120.00 | -30.00 |
0.00 | null | null | null | 0.00 | 90.00 | 0.00 |
0.50 | 63.44 | null | null | 27.00 | 60.00 | 30.00 |
0.75 | 53.13 | null | null | 37.00 | 41.00 | 49.00 |
1.00 | 45.00 | 0.00 | 90.00 | 45.00 | 0.00 | 90.00 |
D s also | ||
---|---|---|
|