1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add finite check: is_integer, is_odd, is_even

This commit is contained in:
bolero-MURAKAMI 2013-05-09 01:15:44 +09:00
parent 9ff74b52eb
commit 3f434dd7e1
6 changed files with 34 additions and 8 deletions

View file

@ -1,7 +1,6 @@
#ifndef SPROUT_MATH_FLOAT2_SIG_EXP_HPP
#define SPROUT_MATH_FLOAT2_SIG_EXP_HPP
#include <climits>
#include <limits>
#include <type_traits>
#include <sprout/config.hpp>