Difference between revisions of "MC-Basic:ASIN"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:ASIN to MC-Basic:ASIN: Global renaming of Axystems: namespace into (Main):)
Line 33: Line 33:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SIN|SIN]]
+
* [[MC-Basic:SIN|SIN]]
  
 
[[Category:Axystems:MC-Basic:Arithmetic Functions|ASIN]]
 
[[Category:Axystems:MC-Basic:Arithmetic Functions|ASIN]]
  
 
}}
 
}}

Revision as of 08:40, 22 May 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)

See Also