diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2014-07-18 14:26:09 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2014-07-18 14:26:09 +0200 |
commit | a3789a72120e0e35d4db309215f87695a256b033 (patch) | |
tree | 86dc93b31b8a83fa8662f6f827df658a85796048 /doc/awkcard.in | |
parent | 88cdccf6bceb2078895fec825f0b776487197c78 (diff) | |
parent | df2eaea6a92c7d89d604d0a4e885d064678ce3ed (diff) | |
download | egawk-a3789a72120e0e35d4db309215f87695a256b033.tar.gz egawk-a3789a72120e0e35d4db309215f87695a256b033.tar.bz2 egawk-a3789a72120e0e35d4db309215f87695a256b033.zip |
Merge remote-tracking branch 'origin/master' into cmake
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index ca28f0a7..556bdc1e 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1609,6 +1609,9 @@ expand; l lw(2i). \*(CD\*(FCatan2(\*(FIy\*(FC, \*(FIx\*(FC)\*(FR The arctangent of \*(FIy/x\fP in radians. \*(FCcos(\*(FIexpr\*(FC)\*(FR The cosine of \*(FIexpr\fP, which is in radians. +\*(CB\*(FCdiv(\*(FIn\*(FR\*(FC,\*(FI d\*(FR\*(FC,\*(FI res\*(FR\*(FC)\*(FR T{ +Return the result of integer division in \*(FIres\*(FR.\*(CD +T} \*(FCexp(\*(FIexpr\*(FC)\*(FR The exponential function (\*(FIe \*(FC^ \*(FIx\*(FR). \*(FCint(\*(FIexpr\*(FC)\*(FR Truncate to integer. \*(FClog(\*(FIexpr\*(FC)\*(FR The natural logarithm function (base \*(FIe\^\*(FR). |