mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sprout::log10, log2, log1p
This commit is contained in:
parent
29a55bf31d
commit
6baf082234
6 changed files with 167 additions and 1 deletions
|
@ -3,5 +3,8 @@
|
|||
|
||||
#include <sprout/math/exp.hpp>
|
||||
#include <sprout/math/log.hpp>
|
||||
#include <sprout/math/log10.hpp>
|
||||
#include <sprout/math/log2.hpp>
|
||||
#include <sprout/math/log1p.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_EXPONENTIAL_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue