Difference between revisions of "MC-Basic:ACOS"

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

Revision as of 08:37, 22 May 2014

This function returns the inverse cosine of the expression in radians.

Syntax

Acos(<expression>)

Availability

All versions

Type

Double

Range

-1 to +1

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

Value = Acos(0.5)

See Also