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

add sprout::atan2

This commit is contained in:
bolero-MURAKAMI 2012-05-04 23:47:54 +09:00
parent 28f22ab73d
commit 435e6511b0
2 changed files with 92 additions and 0 deletions

View file

@ -7,5 +7,6 @@
#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