[][src]Module display_as::float

Internal helper code required for display_floats_as.

The standard library does nice exact conversions to decimal, but lacks a nice output format, so this module helps to do that. Do not use this code direcly, but instead call display_floats_as!

Enums

Floating

This represents an f32 or f64 that has been converted to a string, but which we have not yet decided for certain how to represent (e.g. how many digits to show, or whether to use e or E notation).