mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-01-25 20:56:38 +00:00
10 lines
304 B
C++
10 lines
304 B
C++
#ifndef SPROUT_MATH_FUNCTIONS_HPP
|
|
#define SPROUT_MATH_FUNCTIONS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/math/exponential.hpp>
|
|
#include <sprout/math/power.hpp>
|
|
#include <sprout/math/trigonometric.hpp>
|
|
#include <sprout/math/hyperbolic.hpp>
|
|
|
|
#endif // #ifndef SPROUT_MATH_FUNCTIONS_HPP
|