in reply to Re^3: sprintf rounding convention
in thread sprintf rounding convention

I bet perl -e'printf "%.40e\n", 0.335' gives 0.334999... on the system that rounded to 1.33. Let me know if not.