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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue