Difference between revisions of "MC-Basic:ACOS"

From SoftMC-Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{Languages|MC-Basic:ACOS}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 02:40, 17 April 2017

Language: English  • 中文(简体)‎

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