This defines the string conversion modes supported by this package.
The original C++ library also supports SHORTEST-SINGLE for single precision floats but we don't
since we always operate with doubles.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Produce a fixed number of digits after the decimal point.
For instance fixed(0.1, 4) becomes 0.1000 If the input number is big, the output will be big.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.