erf constructor

const erf(
  1. num d
)

calculate error function

Implementation

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