mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix copysign for clang
This commit is contained in:
parent
5527449e26
commit
01efe1e793
9 changed files with 45 additions and 13 deletions
|
@ -51,7 +51,7 @@ namespace sprout {
|
|||
// pow
|
||||
//
|
||||
// issue:
|
||||
// [ !SPROUT_USE_BUILTIN_CMATH_FUNCTION ]
|
||||
// [ !(SPROUT_USE_BUILTIN_CMATH_FUNCTION || SPROUT_USE_BUILTIN_COPYSIGN_FUNCTION) ]
|
||||
// pow(-0, y) returns -<2D>‡ for y an odd integer < 0.
|
||||
// # returns +<2B>‡ . ( same as pow(+0, y) )
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue