acos static method

double acos(
  1. num x
)

Implementation

static double acos(num x) => dart_math.acos(x);