commit | eedb340a55b4ca2095cfe659910ec09a546c4360 | [log] [tgz] |
---|---|---|
author | bpb <none@none> | Wed Feb 05 15:02:59 2014 -0800 |
committer | bpb <none@none> | Wed Feb 05 15:02:59 2014 -0800 |
tree | 1b4281a360166deabde4052bbe6dd165c2547d7b | |
parent | a1df1021675769f3cacc74195fc768d78e140c26 [diff] |
4891331: BigInteger a.multiply(a) should use squaring code Summary: Change multiply(BigInteger a) to return square() if a == this and the number of ints in the magnitude is over a threshold. Reviewed-by: darcy, shade, coffeys