asin static method

double asin(
  1. double x
)

Implementation

static double asin( double x ){ return math.asin( x ); }