OpenBIMRL | Mathematical trigonometric functions
Class path: math.trigonometry.arcSine
Arcussinus
Description
Arc sine is the inverse function of sine. I.e. the arc sine maps a value from the interval [-1,1] to an angle, so that the sine 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