Roland Westrelin 3b3dd985de 8063086: Math.pow yields different results upon repeated calls
C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2.

Reviewed-by: kvn
2015-01-07 16:40:02 +01:00
..
2015-01-09 13:28:02 -05:00
2014-12-08 00:15:55 -08:00
2015-01-08 17:45:10 -05:00