erfc constructor

const erfc(
  1. num d
)

calculate complementory error function

Implementation

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