BigFloat

Package: ghidra.pcode.floatformat
Type: class

10.3_PUBLIC

addedfield: BIG_NEGATIVE_INFINITY
static java.math.BigDecimal BIG_NEGATIVE_INFINITY
addedfield: BIG_POSITIVE_INFINITY
static java.math.BigDecimal BIG_POSITIVE_INFINITY
addedfield: INFINITY
static java.lang.String INFINITY
addedfield: NAN
static java.lang.String NAN
addedfield: NEGATIVE_INFINITY
static java.lang.String NEGATIVE_INFINITY
addedfield: POSITIVE_INFINITY
static java.lang.String POSITIVE_INFINITY
addedmethod: toString
java.lang.String toString()
addedmethod: toString
java.lang.String toString(java.math.MathContext displayContext)
addedmethod: toString
java.lang.String toString(ghidra.pcode.floatformat.FloatFormat ff, boolean compact)
removedmethod: valueOf
static ghidra.pcode.floatformat.BigFloat valueOf(int fracbits, int expbits, java.math.BigInteger i)

10.2_PUBLIC

addedmethod: isDenormal
boolean isDenormal()

9.2.3_PUBLIC

introducedInitial version