index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
reg
/
exp.awk
blob: 4e707f891a7757b21b1356dde4be02be5d3f0a75 (
plain
)
1
BEGIN
{
print
exp
(
0
),
exp
(
1000000
),
exp
(
0.5
)
}