Uses of Class
org.apfloat.OverflowException
-
Uses of OverflowException in org.apfloat.spi
Modifier and TypeMethodDescriptionstatic long
Util.addExact
(long x, long y) Returns the sum of the arguments, throwing an exception if the result overflows a long.static long
Util.multiplyExact
(long x, long y) Returns the product of the arguments, throwing an exception if the result overflows a long.static long
Util.subtractExact
(long x, long y) Returns the difference of the arguments, throwing an exception if the result overflows a long.