Difference between revisions of "MC-Basic:ACOS"

From SoftMC-Wiki
Jump to: navigation, search
m (added example ? Acos(-1))
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:ACOS}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
Acos(''<expression>'')
+
Acos(<''expression''>)
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
 
Value = Acos(0.5)
 
Value = Acos(0.5)
 +
 +
? Acos(-1)
 +
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:COS|COS]]
+
* [[MC-Basic:COS|COS]]
  
[[Category:Axystems:MC-Basic:Arithmetic Functions|ACOS]]
+
[[Category:MC-Basic:Arithmetic Functions|ACOS]]
  
 
}}
 
}}

Latest revision as of 10:23, 29 January 2023

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