Difference between revisions of "MC-Basic:ACOS"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Acos(''<expression>'') |AVAILABILITY= All versions |DESCRIPTION= This function returns the inverse cosine of the expression in radians. |TYP…') |
m (1 revision) |
(No difference)
|
Revision as of 16:09, 13 December 2010
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)