Sprout/sprout/math/trigonometric.hpp
2012-05-04 23:47:54 +09:00

12 lines
360 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/asin.hpp>
#include <sprout/math/acos.hpp>
#include <sprout/math/atan.hpp>
#include <sprout/math/atan2.hpp>
#endif // #ifndef SPROUT_MATH_TRIGONOMETRIC_HPP