add math: reminder, rem_quo(same as remquo)

This commit is contained in:
bolero-MURAKAMI 2013-02-10 17:12:31 +09:00
parent 434aa8d3c5
commit 887dba1849
9 changed files with 189 additions and 35 deletions

View file

@ -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>