mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add math functions: logb, ilogb
This commit is contained in:
parent
4b3d4e82d7
commit
d05b597e80
13 changed files with 218 additions and 11 deletions
11
sprout/math/floating_point.hpp
Normal file
11
sprout/math/floating_point.hpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef SPROUT_MATH_FLOATING_POINT_HPP
|
||||
#define SPROUT_MATH_FLOATING_POINT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/math/ldexp.hpp>
|
||||
#include <sprout/math/scalbn.hpp>
|
||||
#include <sprout/math/scalbln.hpp>
|
||||
#include <sprout/math/ilogb.hpp>
|
||||
#include <sprout/math/logb.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_FLOATING_POINT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue