Package gnu.math

Class FixedRealFormat

java.lang.Object
java.text.Format
gnu.math.FixedRealFormat
All Implemented Interfaces:
Serializable, Cloneable

public class FixedRealFormat extends Format
Format a real number using a fixed-point format. Used for Common Lisp specs ~F and ~$; also C-style %f.
See Also: