github.com/benhoyt/goawk@v1.8.1/testdata/gawk/zero2.awk (about) 1 BEGIN { 2 printf "%d\n", -.4 3 printf "%d\n", -0.0 4 printf "%d\n", -.9 5 }