Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Check code snippet to get the maximal value of a double.
GetMaxDouble has two flavors:
#include <limits> |
#include <boost/numeric/conversion/bounds.hpp> |
#include <iostream> |
Screen output:
Max double: 1.79769e+308 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.