ASN
Syntax
Section titled “Syntax”ASN(numericExpression)
Description
Section titled “Description”Returns the arc sine value of the given argument. Argument must be a numeric expression. Returned value type is float.
Examples
Section titled “Examples”REM Arc sine valuePRINT "Arc Sine value of a is "; ASN(a)
Remarks
Section titled “Remarks”- This function is 100% Sinclair BASIC Compatible
- If the given argument type is not float, it will be converted to float before operating with it.