awk/testdir/t.strnum

2 lines
56 B
Plaintext
Raw Normal View History

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