mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add math/classifications.hpp
This commit is contained in:
parent
6bb2d0fb87
commit
64b422546e
35 changed files with 335 additions and 31 deletions
14
sprout/math/classifications.hpp
Normal file
14
sprout/math/classifications.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue