acos static method

double acos(
  1. num x
)

Implementation

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