Difference between revisions of "MC-Basic:ACOS"

From SoftMC-Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
Acos(''<expression>'')
+
Acos(<''expression''>)
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 13:30, 16 March 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