Difference between revisions of "MC-Basic:ASIN"
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | |||
|SYNTAX= | |SYNTAX= | ||
− | Asin('' | + | Asin(<''expression''>) |
|AVAILABILITY= | |AVAILABILITY= |
Revision as of 13:39, 16 March 2014
This function returns the inverse sine of the expression in radians.
Syntax
Asin(<expression>)
Availability
All versions
Type
Double
Range
-1 to +1
Scope
Configuration, Task or Terminal
Limitations
Read-Only
Examples
Value = Asin(0.5)