Sprout/sprout/math/classifications.hpp

15 lines
459 B
C++
Raw Normal View History

2012-05-10 04:34:49 +00:00
#ifndef SPROUT_MATH_CLASSIFICATIONS_HPP
#define SPROUT_MATH_CLASSIFICATIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/fpclassify.hpp>
#include <sprout/math/isfinite.hpp>
2012-05-10 04:34:49 +00:00
#include <sprout/math/isinf.hpp>
#include <sprout/math/isnan.hpp>
#include <sprout/math/isnormal.hpp>
2012-05-10 04:34:49 +00:00
#include <sprout/math/iszero.hpp>
#include <sprout/math/issubnormal.hpp>
#include <sprout/math/signbit.hpp>
#endif // #ifndef SPROUT_MATH_CLASSIFICATIONS_HPP