mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 14:39:49 +00:00
8286363: BigInteger.parallelMultiply missing @since 19
Reviewed-by: alanb, darcy
This commit is contained in:
parent
fa25733d76
commit
04bba07d65
@ -1605,6 +1605,7 @@ public class BigInteger extends Number implements Comparable<BigInteger> {
|
||||
* @param val value to be multiplied by this BigInteger.
|
||||
* @return {@code this * val}
|
||||
* @see #multiply
|
||||
* @since 19
|
||||
*/
|
||||
public BigInteger parallelMultiply(BigInteger val) {
|
||||
return multiply(val, false, true, 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user