log

Returns the logarithm of the argument at the specified precision.

  1. D log(D arg, int precision)
    D
    log
    (
    D
    )
    (
    in D arg
    ,
    int precision = D.precision
    )
  2. D log(D num, Context context, bool reduceArg)

Meta