fork download
  1. #include <iostream>
  2. #include <cmath>
  3.  
  4. int main()
  5. {
  6. std::cout.precision(17);
  7. std::cout << std::nextafter(0., 1.) << std::endl;
  8. }
Success #stdin #stdout 0s 5292KB
stdin
Standard input is empty
stdout
4.9406564584124654e-324