Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

erfc - Returns the complementary error function for the value in C

   #include <math.h>
  #include <stdio.h>

  int main(void)
  {

     printf("Value of e to the first: %f.", erfc(1.1));
 
  }


Output:
Value of e to the first: 0.119795