acos constant

double Function(num x) const acos

Computes and returns the arc cosine of the number specified in the parameter x, in radians.

Implementation

static const acos = math.acos;