Difference between revisions of "MC-Basic:ASIN"

From SoftMC-Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:ASIN}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 35: Line 36:
 
* [[MC-Basic:SIN|SIN]]
 
* [[MC-Basic:SIN|SIN]]
  
[[Category:Axystems:MC-Basic:Arithmetic Functions|ASIN]]
+
[[Category:MC-Basic:Arithmetic Functions|ASIN]]
  
 
}}
 
}}

Latest revision as of 03:31, 17 April 2017

Language: English  • 中文(简体)‎

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