ln function

double ln(
  1. num x
)

Implementation

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