mathLib.asin

The system function sysLib.asin returns the arcsine of a number that is in the range of -1 to 1. The result is in radians and is in the range of -pi/2 to pi/2.


sysLib.asin syntax diagram

result

Any numeric or HEX item, as described in Mathematical (system words). The value returned by the mathLib.asin function is converted to the format of result and returned in result.

numericItem

Any numeric or HEX item, as described in Mathematical (system words). The item is converted to double-precision floating point before the mathLib.asin function is called.

Example

  result = mathLib.asin(myItem);

Related reference
Mathematical (system words)