add math/classifications.hpp

This commit is contained in:
bolero-MURAKAMI 2012-05-10 13:34:49 +09:00
parent 6bb2d0fb87
commit 64b422546e
35 changed files with 335 additions and 31 deletions

View file

@ -0,0 +1,14 @@
#ifndef SPROUT_MATH_CLASSIFICATIONS_HPP
#define SPROUT_MATH_CLASSIFICATIONS_HPP
#include <sprout/config.hpp>
#include <sprout/math/fpclassify.hpp>
#include <sprout/math/isnan.hpp>
#include <sprout/math/isinf.hpp>
#include <sprout/math/iszero.hpp>
#include <sprout/math/issubnormal.hpp>
#include <sprout/math/isnormal.hpp>
#include <sprout/math/isfinite.hpp>
#include <sprout/math/signbit.hpp>
#endif // #ifndef SPROUT_MATH_CLASSIFICATIONS_HPP