acos method

double acos()

Returns the arc-cos of this num.

Implementation

double acos() => math.acos(this);