cos static method

double cos(
  1. double x
)

Implementation

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