mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add math fmod
fix math cos
This commit is contained in:
parent
d57b6e2b18
commit
18b479e3ac
15 changed files with 123 additions and 89 deletions
|
@ -12,4 +12,10 @@
|
|||
# define NS_SPROUT_MATH_DETAIL sprout::math::detail
|
||||
#endif // #ifndef SPROUT_USE_BUILTIN_CMATH_FUNCTION
|
||||
|
||||
#if SPROUT_NOTHROW_INT_CONVERSION_OVERFLOW
|
||||
# define SPROUT_MATH_DETAIL_INT_CONVERSION_OVERFLOW(e, x) (x)
|
||||
#else
|
||||
# define SPROUT_MATH_DETAIL_INT_CONVERSION_OVERFLOW(e, x) throw (e)
|
||||
#endif
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_DETAIL_CONFIG_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue