Uses of Class
gw.util.Rational
Packages that use Rational
Package
Description
-
Uses of Rational in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform that return Rational -
Uses of Rational in gw.lang.parser
Methods in gw.lang.parser that return RationalModifier and TypeMethodDescriptionICoercionManager.makeRationalFrom
(Object obj) StandardCoercionManager.makeRationalFrom
(Object obj) -
Uses of Rational in gw.lang.parser.coercers
Methods in gw.lang.parser.coercers that return RationalModifier and TypeMethodDescriptionRationalCoercer.coerceValue
(IType typeToCoerceTo, Object value) -
Uses of Rational in gw.util
Modifier and TypeFieldDescriptionprivate Rational
Rational.Serializer._rational
static final Rational
Rational.ONE
static final Rational
Rational.ZERO
Modifier and TypeMethodDescriptionRational.abs()
Rational.add
(double d) Rational.add
(float f) Rational.add
(int i) Rational.add
(long l) Rational.add
(BigDecimal bd) Rational.add
(BigInteger bg) Rational.divide
(double d) Rational.divide
(float f) Rational.divide
(int i) Rational.divide
(long l) Rational.divide
(BigDecimal bd) Rational.divide
(BigInteger bi) Rational.fractionPart()
static Rational
Rational.get
(double d) static Rational
Rational.get
(float f) static Rational
Rational.get
(int numerator) static Rational
Rational.get
(int numerator, int denominator) static Rational
Rational.get
(long numerator) static Rational
Rational.get
(long numerator, long denominator) static Rational
static Rational
Rational.get
(BigDecimal bd) static Rational
Rational.get
(BigInteger numerator) static Rational
Rational.get
(BigInteger numerator, BigInteger denominator) private static Rational
Rational.get
(BigInteger numerator, BigInteger denominator, boolean reduced) Rational.invert()
Rational.modulo
(double d) Rational.modulo
(float f) Rational.modulo
(int i) Rational.modulo
(long l) Rational.modulo
(BigDecimal bd) Rational.modulo
(BigInteger bi) Rational.multiply
(double d) Rational.multiply
(float f) Rational.multiply
(int i) Rational.multiply
(long l) Rational.multiply
(BigDecimal bd) Rational.multiply
(BigInteger bi) Rational.negate()
Rational.nextInSequence
(Rational step, Void unit) Rational.nextNthInSequence
(Rational step, Void unit, int iIndex) Rational.pow
(int exponent) Rational.previousInSequence
(Rational step, Void unit) Rational.previousNthInSequence
(Rational step, Void unit, int iIndex) Rational.reduce()
Rational.root
(int iRoot) Rational.root
(int n, int scale) Rational.sqrt()
Rational.subtract
(double d) Rational.subtract
(float f) Rational.subtract
(int i) Rational.subtract
(long l) Rational.subtract
(BigDecimal bd) Rational.subtract
(BigInteger bi) Modifier and TypeMethodDescriptionint
Rational.nextInSequence
(Rational step, Void unit) Rational.nextNthInSequence
(Rational step, Void unit, int iIndex) Rational.previousInSequence
(Rational step, Void unit) Rational.previousNthInSequence
(Rational step, Void unit, int iIndex)