Name:
 erfc 
the complementary error function. 
 
  
 
Library names:
 
sollya_obj_t sollya_lib_erfc(sollya_obj_t) 
sollya_obj_t sollya_lib_build_function_erfc(sollya_obj_t) 
#define SOLLYA_ERFC(x) sollya_lib_build_function_erfc(x) 
 
 
Description: 
 
- erfc is the complementary error function defined by erfc(x) = 1 - erf(x). 
- It is defined for every real number x. 
  
 
 
 
Go back to the list of commands