in reply to sprintf rounding convention
$ perl -le" printf qq!%.2f\n!, shift while @ARGV " 0.335 0.34 1.335 1. +33 0.34 0.34 1.33 1.33 [download]