mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add math: reminder, rem_quo(same as remquo)
This commit is contained in:
parent
434aa8d3c5
commit
887dba1849
9 changed files with 189 additions and 35 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <type_traits>
|
||||
#include <stdexcept>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/math/isinf.hpp>
|
||||
#include <sprout/math/trunc.hpp>
|
||||
#include <sprout/type_traits/enabler_if.hpp>
|
||||
#include <sprout/type_traits/float_promote.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue