exp static method

double exp(
  1. double x
)

Implementation

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