asin

Description

Find the arcsin of x. This is the inverse trig function of sin(x).

y = sin(x)
x = arcsin(y)

Definition

float asin(float x)

Library

LIB/math_lib.bas

Usage

On entry:
x is the value to be converted
On exit:
Return valid result or NaN