in reply to Re: Using (s)printf()
in thread Using (s)printf()
Quoting the article you like so well:
%g same as %e or %f, whichever printf thinks is best.then note that
produces simply "0" so 'printf thinks "0" is best'. (: - tye (but my friends call me "Tye")printf "%g", 0
|
---|