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>