abs static method

double abs(
  1. double x
)

Implementation

static double abs( double x ){ return x.abs(); }