add sprout::exp, log

This commit is contained in:
bolero-MURAKAMI 2012-05-04 16:40:25 +09:00
parent d7c441ad69
commit 29a55bf31d
8 changed files with 163 additions and 3 deletions

View file

@ -0,0 +1,7 @@
#ifndef SPROUT_MATH_EXPONENTIAL_HPP
#define SPROUT_MATH_EXPONENTIAL_HPP
#include <sprout/math/exp.hpp>
#include <sprout/math/log.hpp>
#endif // #ifndef SPROUT_MATH_EXPONENTIAL_HPP