mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix math::cos
This commit is contained in:
parent
8b42648803
commit
aeefee42ee
32 changed files with 527 additions and 527 deletions
|
@ -19,7 +19,7 @@
|
||||||
//#include <sprout/math/detail/sinp.hpp>
|
//#include <sprout/math/detail/sinp.hpp>
|
||||||
#include <sprout/math/constants.hpp>
|
#include <sprout/math/constants.hpp>
|
||||||
#include <sprout/math/isnan.hpp>
|
#include <sprout/math/isnan.hpp>
|
||||||
#include <sprout/math/fabs.hpp>
|
//#include <sprout/math/fabs.hpp>
|
||||||
#include <sprout/math/factorial.hpp>
|
#include <sprout/math/factorial.hpp>
|
||||||
#include <sprout/math/fmod.hpp>
|
#include <sprout/math/fmod.hpp>
|
||||||
#include <sprout/type_traits/enabler_if.hpp>
|
#include <sprout/type_traits/enabler_if.hpp>
|
||||||
|
|
Loading…
Reference in a new issue