JavaScript is disabled on your browser.
Description
Field Summary
Constructor Summary
Method Summary
Constructor Details
DFloNum()
DFloNum(double)
DFloNum(String)
Method Details
make(double)
valueOf(double)
zero()
asDFloNumOrNull(Object)
doubleValue()
longValue()
hashCode()
equals(Object)
add(Object, int)
addReversed(Numeric, int)
mul(Object)
mulReversed(Numeric)
one()
div(Object)
divReversed(Numeric)
power(IntNum)
isNegative()
neg()
sign()
compare(double, double)
compare(IntNum, IntNum, double)
compare(Object)
compareReversed(Numeric)
isExact()
isZero()
toExact(double)
toString()
toString(double)
toString(int)
writeExternal(ObjectOutput)
readExternal(ObjectInput)
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
static int
static int
Compare (x_num/x_den) with toExact(y).
int
Return an integer for which of this or obj is larger.
int
final double
The value of the real component, as a double.
boolean
int
boolean
boolean
boolean
long
Return this raised to an integer power.
void
int
Return 1 if >0; 0 if ==0; -1 if <0; -2 if NaN.
Converts to the closest exact rational value.
void
Methods inherited from class RealNum
abs , add , angle , asBigDecimal , asRealNumOrNull , classifyFinite , compareTo , conjugate , cos , divide , exp , im , isReal , log , max , min , re , rneg , sin , sqrt , tan , times , toExact , toExactInt , toExactInt , toExactInt , toInexact , toInt , toInt , toScaledInt , toScaledInt , toScaledInt , toStringDecimal , toStringScientific , toStringScientific , toStringScientific , toStringScientific , unitQuaternion , unitVector , vectorPart
Methods inherited from class Complex
add , colatitude , compare , complexPart , divide , equals , imMinusOne , imOne , jm , km , longitude , make , make , neg , polar , polar , power , times
Methods inherited from class Quaternion
add , compare , divide , doubleImagValue , doubleJmagValue , doubleKmagValue , doubleRealValue , equals , jmMinusOne , jmOne , kmMinusOne , kmOne , make , make , neg , number , polar , polar , power , times
Methods inherited from class Quantity
add , compare , dimensions , divide , imValue , jmValue , kmValue , make , make , make , reValue , times , unit