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
2012-05-04 18:02:42 +09:00

10 lines
290 B
C++

#ifndef SPROUT_MATH_EXPONENTIAL_HPP
#define SPROUT_MATH_EXPONENTIAL_HPP
#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