public class DfpDec extends Dfp
Dfp
which hides the radix-10000 artifacts of the superclass.
This should give outward appearances of being a decimal number with DIGITS*4-3
decimal digits. This class can be subclassed to appear to be an arbitrary number
of decimal digits less than DIGITS*4-3.Modifier and Type | Method and Description |
---|---|
Dfp |
newInstance()
Create an instance with a value of 0.
|
Dfp |
newInstance(byte x)
Create an instance from a byte value.
|
Dfp |
newInstance(byte sign,
byte nans)
Creates an instance with a non-finite value.
|
Dfp |
newInstance(Dfp d)
Create an instance by copying an existing one.
|
Dfp |
newInstance(double x)
Create an instance from a double value.
|
Dfp |
newInstance(int x)
Create an instance from an int value.
|
Dfp |
newInstance(long x)
Create an instance from a long value.
|
Dfp |
newInstance(String s)
Create an instance from a String representation.
|
Dfp |
nextAfter(Dfp x)
Returns the next number greater than this one in the direction of x.
|
abs, acos, acosh, add, add, asin, asinh, atan, atan2, atanh, cbrt, ceil, classify, copySign, copysign, copySign, cos, cosh, divide, divide, divide, dotrap, equals, exp, expm1, floor, getField, getOne, getRadixDigits, getReal, getTwo, getZero, greaterThan, hashCode, hypot, intLog10, intValue, isInfinite, isNaN, isZero, lessThan, linearCombination, linearCombination, linearCombination, linearCombination, linearCombination, linearCombination, linearCombination, linearCombination, log, log10, log10K, log1p, multiply, multiply, multiply, negate, negativeOrNull, positiveOrNull, pow, pow, pow, power10, power10K, reciprocal, remainder, remainder, rint, rootN, round, scalb, signum, sin, sinh, sqrt, strictlyNegative, strictlyPositive, subtract, subtract, tan, tanh, toDouble, toSplitDouble, toString, unequal
public DfpDec(Dfp d)
d
- instance to copypublic Dfp newInstance()
newInstance
in class Dfp
public Dfp newInstance(byte x)
newInstance
in class Dfp
x
- value to convert to an instancepublic Dfp newInstance(int x)
newInstance
in class Dfp
x
- value to convert to an instancepublic Dfp newInstance(long x)
newInstance
in class Dfp
x
- value to convert to an instancepublic Dfp newInstance(double x)
newInstance
in class Dfp
x
- value to convert to an instancepublic Dfp newInstance(Dfp d)
newInstance
in class Dfp
d
- instance to copypublic Dfp newInstance(String s)
newInstance
in class Dfp
s
- string representation of the instancepublic Dfp newInstance(byte sign, byte nans)
newInstance
in class Dfp
sign
- sign of the Dfp to createnans
- code of the value, must be one of Dfp.INFINITE
,
Dfp.SNAN
, Dfp.QNAN
Jas4pp 1.5 © Java Analysis Studio for Particle Physics