mqscript_sin
Calculate sine values for angles in radians within mobile automation scripts, enabling trigonometric operations for precise UI interactions and mathematical computations.
Instructions
Calculate sine of an angle (in radians)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
angle | Yes | Angle in radians | |
resultVariable | No | Variable name to store result | result |