mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sprout::asin, acos, pow
This commit is contained in:
parent
8c23e809a4
commit
28f22ab73d
5 changed files with 225 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
#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>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_TRIGONOMETRIC_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue