summaryrefslogtreecommitdiff
path: root/diff1.awk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--diff1.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff1.awk b/diff1.awk
index cb86e00..42cc5a8 100644
--- a/diff1.awk
+++ b/diff1.awk
@@ -4,6 +4,7 @@
# numerical diff along columns
BEGIN {
+ OFMT = "%.9g"
sign = "[+-]?"
decimal = "[0-9]+[.]?[0-9]*"
fraction = "[.][0-9]*"