asin method

double asin()

Returns the arc-sin of this num.

Implementation

double asin() => math.asin(this);