sin static method

double sin(
  1. double x
)

Implementation

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