This website requires JavaScript.
Explore
Help
Sign In
midfavila
/
awk
Watch
1
Star
0
Fork
0
You've already forked awk
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
961eec1fb5
awk
/
bugs-fixed
/
fmt-overflow.awk
Cody Peter Mello
e059b3b197
Protect against overflowing during OFMT/CONVFMT conversions
2018-09-14 19:56:34 -07:00
2 lines
40 B
Awk
Raw
Blame
History
BEGIN
{
OFMT
=
"%.1000f"
;
print
1.25
;
}
Reference in New Issue
View Git Blame
Copy Permalink