MC-Basic:ACOS

From SoftMC-Wiki
Revision as of 10:23, 29 January 2023 by EranKo (talk | contribs) (added example ? Acos(-1))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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)

? Acos(-1)

See Also