add sprout::sin, cos, tan

This commit is contained in:
bolero-MURAKAMI 2012-05-04 12:09:06 +09:00
parent cc329f20e6
commit 234757af07
10 changed files with 224 additions and 37 deletions

View file

@ -21,4 +21,8 @@
# define SPROUT_NO_DELEGATING_CONSTRUCTORS
#endif
#if ((__GNUC__ >= 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) && defined(__GXX_EXPERIMENTAL_CXX0X__))
# define SPROUT_HAS_CONSTEXPR_CMATH_FUNCTION
#endif
#endif // #ifndef SPROUT_CONFIG_COMPILER_GCC_HPP