asin static method

double asin(
  1. num x
)

Implementation

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