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:
parent
9ff74b52eb
commit
3f434dd7e1
6 changed files with 34 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue