tan static method

double tan(
  1. double x
)

Implementation

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