1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/math/trigonometric.hpp
2012-05-04 22:13:17 +09:00

9 lines
260 B
C++

#ifndef SPROUT_MATH_TRIGONOMETRIC_HPP
#define SPROUT_MATH_TRIGONOMETRIC_HPP
#include <sprout/math/sin.hpp>
#include <sprout/math/cos.hpp>
#include <sprout/math/tan.hpp>
#include <sprout/math/atan.hpp>
#endif // #ifndef SPROUT_MATH_TRIGONOMETRIC_HPP