acos method

double acos(
  1. double x
)

Computes the principal value of the arc cosine of x.

Implementation

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