Package org.apache.commons.text.numbers
package org.apache.commons.text.numbers
Provides algorithms for converting numbers to strings.
- Since:
- 1.10.0
-
ClassDescriptionEnum containing standard double format types with methods to produce configured formatter instances.Base class for standard double formatting classes.Builds configured format functions for standard double format types.Format class that uses engineering notation for all values.Format class producing results similar to
Double.toString()
, with plain decimal notation for small numbers relatively close to zero and scientific notation otherwise.Format class that produces plain decimal strings that do not use scientific notation.Format class that uses scientific notation for all values.Internal class representing a decimal value parsed into separate components.Interface containing values used during string formatting.