Returns the arc sine of an angle specified in radians. The range of the result is 0 to PI radians.
To convert angle from radians to degrees use RadiansToDegrees function.
Short form name: "Asin"
Syntax: |
|---|
value = ArcSine( expression ) |
Parameter: |
Description: |
|---|---|
expression |
Any value or expression that resolves to an angle in radians. |
Example: |
|---|
value = ArcSine( PI ) ' Returns 5.6. |
Returns: |
Arc sine of expression. |
Links: |
|---|
See Also: |
Edit Time: 9/18/2020 12:15:33 PM |
Topic ID#: 22 |