Uses of Class
org.apfloat.OverflowException
Packages that use OverflowException
-
Uses of OverflowException in org.apfloat.spi
Methods in org.apfloat.spi that throw OverflowExceptionModifier and TypeMethodDescriptionstatic longUtil.addExact(long x, long y) Returns the sum of the arguments, throwing an exception if the result overflows a long.static longUtil.multiplyExact(long x, long y) Returns the product of the arguments, throwing an exception if the result overflows a long.static longUtil.subtractExact(long x, long y) Returns the difference of the arguments, throwing an exception if the result overflows a long.