logcdf method

double logcdf(
  1. double x
)

Implementation

double logcdf(double x) => math.log(cdf(x));