cygwin pow function bug

cygwin:

pow(2,31)==2147483647

but pow(2,31) should equal to 2147483648.

bug!

this bug at codeblocks 10.05 cygwin gcc.



你可能感兴趣的:(cygwin pow function bug)