|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberMath | |
org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
Uses of NumberMath in org.codehaus.groovy.runtime |
Subclasses of NumberMath in org.codehaus.groovy.runtime | |
class |
BigDecimalMath
BigDecimal NumberMath operations |
class |
BigIntegerMath
BigInteger NumberMath operations |
class |
FloatingPointMath
FloatingPoint (Double and Float) NumberMath operations |
class |
IntegerMath
Integer NumberMath operations |
class |
LongMath
Long NumberMath operations |
Methods in org.codehaus.groovy.runtime that return NumberMath | |
private static NumberMath |
NumberMath.getMath(java.lang.Number left,
java.lang.Number right)
Determine which NumberMath instance to use, given the supplied operands. |
private static NumberMath |
NumberMath.getMath(java.lang.Number number)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |