1
0
Fork 0
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:
bolero-MURAKAMI 2012-05-04 18:02:42 +09:00
parent 29a55bf31d
commit 6baf082234
6 changed files with 167 additions and 1 deletions

View file

@ -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