1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix math::pow case x is negative and y is integer

This commit is contained in:
bolero-MURAKAMI 2014-07-15 22:25:04 +09:00
parent fca3a2e724
commit 5c10e4d85c
5 changed files with 186 additions and 9 deletions

View file

@ -35,8 +35,8 @@ Supported Compilers
Linux:
* GCC, C++11/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.8.0, 4.8.1, 4.8.2, 4.9.0
* Clang, C++11/14 mode: 3.2, 3.3, 3.4
* GCC, C++11/14 mode: 4.7.0, 4.7.1, 4.7.2, 4.7.3, 4.7.4, 4.8.0, 4.8.1, 4.8.2, 4.8.3, 4.9.0
* Clang, C++11/14 mode: 3.2, 3.3, 3.4, 3.4.1
*******************************************************************************
Author