fix math: rounding function,etc...

This commit is contained in:
bolero-MURAKAMI 2013-02-10 11:54:54 +09:00
parent 53b99b25f8
commit 434aa8d3c5
22 changed files with 812 additions and 74 deletions

View file

@ -7,8 +7,16 @@
#include <sprout/math/scalbln.hpp>
#include <sprout/math/ilogb.hpp>
#include <sprout/math/logb.hpp>
#include <sprout/math/ilogb2.hpp>
#include <sprout/math/logb2.hpp>
#include <sprout/math/float_significand.hpp>
#include <sprout/math/float_exponent.hpp>
#include <sprout/math/float_mantissa.hpp>
#include <sprout/math/float_pair.hpp>
#include <sprout/math/float_sig_exp.hpp>
#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>
#endif // #ifndef SPROUT_MATH_FLOATING_POINT_HPP