mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix math: rounding function,etc...
This commit is contained in:
parent
53b99b25f8
commit
434aa8d3c5
22 changed files with 812 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue