summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bnumexpr/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bnumexpr/README')
-rw-r--r--Master/texmf-dist/doc/latex/bnumexpr/README14
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: