1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/math/exponential.hpp

11 lines
290 B
C++
Raw Normal View History

2012-05-04 07:40:25 +00:00
#ifndef SPROUT_MATH_EXPONENTIAL_HPP
#define SPROUT_MATH_EXPONENTIAL_HPP
#include <sprout/math/exp.hpp>
#include <sprout/math/log.hpp>
2012-05-04 09:02:42 +00:00
#include <sprout/math/log10.hpp>
#include <sprout/math/log2.hpp>
#include <sprout/math/log1p.hpp>
2012-05-04 07:40:25 +00:00
#endif // #ifndef SPROUT_MATH_EXPONENTIAL_HPP