asin constant

double Function(num x) const asin

Computes and returns the arc sine of the number specified in the parameter x, in radians.

Implementation

static const asin = math.asin;