awk/testdir/t.strnum

2 lines
56 B
Plaintext
Raw Normal View History

2019-06-23 05:13:57 -04:00
BEGIN { print 1E2 "", 12e-2 "", e12 "", 1.23456789 "" }