Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 397 by [email protected]: Math.pow(-Infinity, 0.5) gives NaN, not Infinity. http://code.google.com/p/v8/issues/detail?id=397 Math.pow(-Infinity, <anything finite number that is not an odd integer>) must yield Infinity (by specification). Currently V8 yields NaN instead for exponents 0.5 and -0.5. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
