Crate gpoint[−][src]
Expand description
Wrapper for using libc’s printf("%g") format for your floating point output
Structs
A wrapper around floats providing an implementation of Display which uses
the underlying libc’s printf() with format "%g", for when you need to
match exactly what C a program would output.