fork download
  1.  
  2. #include <iostream>
  3. #include <cmath>
  4.  
  5. int main()
  6. {
  7. double d = std::erf(0.5);
  8. std::cout << d << '\n';
  9. }
Success #stdin #stdout 0s 2896KB
stdin
Standard input is empty
stdout
0.5205