awk/bugs-fixed/fmt-overflow.awk

2 lines
40 B
Awk

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