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:
parent
cc329f20e6
commit
234757af07
10 changed files with 224 additions and 37 deletions
8
sprout/math/trigonometric.hpp
Normal file
8
sprout/math/trigonometric.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue