diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-22 19:50:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-22 19:50:44 +0300 |
commit | 6641754c13e38dd6198832f23aa2be4b4546b324 (patch) | |
tree | f25aa9e9dcb57f97167eba8452a69d8de2f3c97c /awklib/eg/lib/strtonum.awk | |
parent | ce2747c81b98b70e75ec399c8bdc6c09308380d3 (diff) | |
parent | 06e16db227de0422f33b5f83817df55340f11846 (diff) | |
download | egawk-6641754c13e38dd6198832f23aa2be4b4546b324.tar.gz egawk-6641754c13e38dd6198832f23aa2be4b4546b324.tar.bz2 egawk-6641754c13e38dd6198832f23aa2be4b4546b324.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib/eg/lib/strtonum.awk')
-rw-r--r-- | awklib/eg/lib/strtonum.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/strtonum.awk b/awklib/eg/lib/strtonum.awk index f82c89c5..cd56a449 100644 --- a/awklib/eg/lib/strtonum.awk +++ b/awklib/eg/lib/strtonum.awk @@ -51,7 +51,7 @@ function mystrtonum(str, ret, n, i, k, c) # a[5] = "123.45" # a[6] = "1.e3" # a[7] = "1.32" -# a[7] = "1.32E2" +# a[8] = "1.32E2" # # for (i = 1; i in a; i++) # print a[i], strtonum(a[i]), mystrtonum(a[i]) |