1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add floating point functions: float_pair, float_exponent, float_mantissa

This commit is contained in:
bolero-MURAKAMI 2013-02-07 19:26:24 +09:00
parent d05b597e80
commit 63ef07d124
4 changed files with 128 additions and 0 deletions

View file

@ -7,5 +7,8 @@
#include <sprout/math/scalbln.hpp>
#include <sprout/math/ilogb.hpp>
#include <sprout/math/logb.hpp>
#include <sprout/math/float_exponent.hpp>
#include <sprout/math/float_mantissa.hpp>
#include <sprout/math/float_pair.hpp>
#endif // #ifndef SPROUT_MATH_FLOATING_POINT_HPP