mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-25 21:35:41 +00:00
29b9d07975
add type_traits is_int, is_uint
14 lines
463 B
C++
14 lines
463 B
C++
#ifndef SPROUT_MATH_FUNCTIONS_HPP
|
|
#define SPROUT_MATH_FUNCTIONS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/math/classifications.hpp>
|
|
#include <sprout/math/trigonometric.hpp>
|
|
#include <sprout/math/hyperbolic.hpp>
|
|
#include <sprout/math/exponential.hpp>
|
|
#include <sprout/math/power.hpp>
|
|
#include <sprout/math/operations.hpp>
|
|
#include <sprout/math/factorial.hpp>
|
|
#include <sprout/math/bernoulli.hpp>
|
|
|
|
#endif // #ifndef SPROUT_MATH_FUNCTIONS_HPP
|