-
Notifications
You must be signed in to change notification settings - Fork 1
Atan
mtbeek32 edited this page Feb 1, 2024
·
5 revisions
Trigonometric functions a(rc)tan(gent)
- atan(a)
atan(a) results in the arc tangent of data item a.
data item a with float32 or float64 value type
5.18
attribute<float64> atanAngle_rad (ADomain) := atan(tanAngle_rad);
| Angle(°) | Angle_rad(rad) | tanAngle_radA | atanAngle_rad |
|---|---|---|---|
| 0 | 0 | 1 | 0 |
| 30 | 0.52 | 0.58 | 0.52 |
| 45 | 0.79 | 1 | 0.79 |
| 420 | 7.33 | 1.73 | 1.05 |
| null | null | null | null |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.