1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add sprout::sin, cos, tan

This commit is contained in:
bolero-MURAKAMI 2012-05-04 12:09:06 +09:00
parent cc329f20e6
commit 234757af07
10 changed files with 224 additions and 37 deletions

View file

@ -0,0 +1,8 @@
#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>
#endif // #ifndef SPROUT_MATH_TRIGONOMETRIC_HPP