#include <limits> //... std::numeric_limits<float>::max(); std::numeric_limits<float>::min(); std::numeric_limits<float>::infinity();