Method: MoreMath::Functions#erfc

Defined in:
lib/more_math/functions.rb

#erfc(x) ⇒ Object



155
156
157
# File 'lib/more_math/functions.rb', line 155

def erfc(x)
  1.0 - erf(x)
end