Package org.xlsx4j.org.apache.poi.ss.util


package org.xlsx4j.org.apache.poi.ss.util
  • Classes
    Class
    Description
    Represents a 64 bit IEEE double quantity expressed with both decimal and binary exponents Does not handle negative numbers or zero
    For working with the internals of IEEE 754-2008 'binary64' (double precision) floating point numbers
     
     
    Holds values for quick multiplication and division by 10
    Represents a transformation of a 64 bit IEEE double quantity having a decimal exponent and a fixed point (15 decimal digit) significand.
    Excel converts numbers to text with different rules to those of java, so Double.toString(value) won't do.