atan static method

double atan(
  1. double x
)

Implementation

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