acos static method

double acos(
  1. double x
)

Implementation

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