Difference between revisions of "MC-Basic:ACOS"
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('' | + | Acos(<''expression''>) |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= | ||
Value = Acos(0.5) | Value = Acos(0.5) | ||
+ | |||
+ | ? Acos(-1) | ||
+ | |||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:COS|COS]] |
− | [[Category | + | [[Category:MC-Basic:Arithmetic Functions|ACOS]] |
}} | }} |