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
|
@ -1,5 +1,5 @@
|
|||
#ifndef SPROUT_MATH_LOG2HPP
|
||||
#define SPROUT_MATH_LOG2HPP
|
||||
#ifndef SPROUT_MATH_LOG2_HPP
|
||||
#define SPROUT_MATH_LOG2_HPP
|
||||
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -36,4 +36,4 @@ namespace sprout {
|
|||
using sprout::math::log2;
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_LOG2HPP
|
||||
#endif // #ifndef SPROUT_MATH_LOG2_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue