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

@ -15,8 +15,8 @@
#include <sprout/math/float2_significand.hpp>
#include <sprout/math/float2_exponent.hpp>
#include <sprout/math/float2_sig_exp.hpp>
#include <sprout/math/float_fractional_part.hpp>
#include <sprout/math/float_integer_part.hpp>
#include <sprout/math/float_frac_int.hpp>
#include <sprout/math/fractional_part.hpp>
#include <sprout/math/integer_part.hpp>
#include <sprout/math/frac_int.hpp>
#endif // #ifndef SPROUT_MATH_FLOATING_POINT_HPP