OpenBIMRL | Mathematical trigonometric functions
Class path: math.trigonometry.arcTangent
Arcustangens
Description
Arc tangent is the inverse function of tangent. I.e. the arc tangent maps a value from the interval [-1,1] to an angle, so that the tangent of the angle corresponds to the value from the interval.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Value | Number | Input value in interval [-1,1] |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Angle | Number | Result angle (in radians) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself