log static method

double log(
  1. num x
)

Implementation

static double log(num x) => math.log(x);