Class | Lisp::Format::Directives::FFFP |
In: |
lib/facet/lisp-format.rb
|
Parent: | Directive |
Represents the ~F (Fixed-format floating-point) directive. This outputs floating point values with various kinds of padding and such.
Outputs the given argument using a floating-point representation. The full form is
~w,d,k,overflowchar,padchar@F
with the following interpretations
An ArgumentError is raised if the argument is not a number or a string that can be converted to a number.