| Syntax |
|
| Documentation | Calculates the arc sine:
|
| Examples | |
Try to recalculate an angle using the $asin funktion
$set{sin}{$sin{$get{angle}}} $if{equals{$get{angle}}{$asin{$get{sin}}}}
$//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 |