diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-06 23:55:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-06 23:55:15 +0000 |
commit | 7ffad570b11726b0ca150867d23878fc1a949865 (patch) | |
tree | f8ef79172d86ea7e1c18f0f3023ec2303680bdb7 /Master/texmf-dist/doc/latex/bnumexpr/README | |
parent | 80243f823ee9dede0a64eb58a955e119acfa97f4 (diff) |
bnumexpr (7dec17)
git-svn-id: svn://tug.org/texlive/trunk@46002 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bnumexpr/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/bnumexpr/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/bnumexpr/README b/Master/texmf-dist/doc/latex/bnumexpr/README index 2d0ac851765..857946c5a11 100644 --- a/Master/texmf-dist/doc/latex/bnumexpr/README +++ b/Master/texmf-dist/doc/latex/bnumexpr/README @@ -1,5 +1,5 @@ Source: bnumexpr.dtx -Version: v1.2b, 2017/07/09 (doc: 2017/07/09) +Version: v1.2c, 2017/12/05 (doc: 2017/12/05) Author: Jean-Francois Burnol Info: Expressions with big integers License: LPPL 1.3c @@ -16,12 +16,12 @@ and the four infix operators +, -, *, / (which does rounded integer division) familiar from the \numexpr e-TeX parser. Besides extending the scope to arbitrarily big numbers (and having a -more complete syntax, for example -(1) is legal input), it adds the -truncated division operator //, and its associated modulo /:, the power -operator ^ (or equivalently **), and the factorial post-fix operator !. -The space character as well as the underscore character _ both may serve -to optionally separate digits in long numbers, for better readability of -the input. +more complete syntax, for example -(1) is legal input), it adds the (by +default) floored division operator //, and its associated modulo /:, the +power operator ^ (or equivalently **), and the factorial post-fix +operator !. The space character as well as the underscore character _ +both may serve to optionally separate digits in long numbers, for better +readability of the input. For example: |