Returns the product of the arguments, throwing an exception if the result overflows a {@code long}.
@param x the first value @param y the second value @return the result @throws ArithmeticException if the result overflows a long
See Implementation
Returns the product of the arguments, throwing an exception if the result overflows a {@code long}.
@param x the first value @param y the second value @return the result @throws ArithmeticException if the result overflows a long