Expand description
Wrapper for using libc’s printf("%g") format for your floating point output
Structs§
- GPoint
- A wrapper around floats providing an implementation of
Displaywhich uses the underlyinglibc’sprintf()with format"%g", for when you need to match exactly what C a program would output.