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:
parent
d05b597e80
commit
63ef07d124
4 changed files with 128 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue