awk/bugs-fixed/fmt-overflow.awk

2 lines
40 B
Awk
Raw Normal View History

BEGIN { OFMT = "%.1000f"; print 1.25; }