log static method

double log(
  1. double x
)

Implementation

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