log constructor

const log(
  1. num d
)

Calculate natural log value.

Implementation

const factory log(num d) = ConstMath.log;