Ruby | Math erfc() function
The erfc() function in Ruby returns the complementary error function of x. It accepts value in the range [-inf, +inf] and returns value in the range [0, 2]. Syntax: Math.erfc(value) Parameter: The function takes the value whose complementary error function is to be returned. Return Value: The functi