1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add sprout::exp2, expm1

This commit is contained in:
bolero-MURAKAMI 2012-05-04 18:21:18 +09:00
parent 6baf082234
commit 1417a8acd2
4 changed files with 131 additions and 0 deletions

View file

@ -2,6 +2,9 @@
#define SPROUT_MATH_EXPONENTIAL_HPP
#include <sprout/math/exp.hpp>
#include <sprout/math/exp10.hpp>
#include <sprout/math/exp2.hpp>
#include <sprout/math/expm1.hpp>
#include <sprout/math/log.hpp>
#include <sprout/math/log10.hpp>
#include <sprout/math/log2.hpp>