|
I've been looking all through the docs and I can't figure out how to set the number of digits to be displayed when printing a float (ie 1.23423522 to 1.23). I'm trying to avoid removing the extra digits by manipulating the float as a string as that would just make things messy.
|