log static method

double log(
  1. num x
)

Implementation

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