| Syntax |
|
| Documentation | Calculates the arc cosine:
|
| Examples | |
Try to recalculate an angle using the $acos funktion
$set{cos}{$cos{$get{angle}}} $if{equals{$get{angle}}{$acos{$get{cos}}}}
$//The if condition is met $//This should but must not be the case so be careful by using such conditions $//to control program flow. } { $//The if condition is not met } |
|
| Group | Math |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |