1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-06-07 00:51:32 +00:00

fix math::cos

This commit is contained in:
bolero-MURAKAMI 2013-12-18 17:58:27 +09:00
parent 8b42648803
commit aeefee42ee
32 changed files with 527 additions and 527 deletions

View file

@ -19,7 +19,7 @@
//#include <sprout/math/detail/sinp.hpp>
#include <sprout/math/constants.hpp>
#include <sprout/math/isnan.hpp>
#include <sprout/math/fabs.hpp>
//#include <sprout/math/fabs.hpp>
#include <sprout/math/factorial.hpp>
#include <sprout/math/fmod.hpp>
#include <sprout/type_traits/enabler_if.hpp>