xref
: /
freebsd
/
contrib
/
one-true-awk
/
bugs-fixed
/
fmt-overflow.awk
(revision 99282790b7d01ec3c4072621d46a0d7302517ad4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
OFMT
=
"%.1000f"
;
print
1.25
; }
2