summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xint/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/xint/README.md')
-rw-r--r--Master/texmf-dist/doc/generic/xint/README.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/README.md b/Master/texmf-dist/doc/generic/xint/README.md
index 7351ecd6962..db85e4b78a2 100644
--- a/Master/texmf-dist/doc/generic/xint/README.md
+++ b/Master/texmf-dist/doc/generic/xint/README.md
@@ -1,8 +1,8 @@
% README
-% xint 1.4h
-% 2021/05/27
+% xint 1.4i
+% 2021/06/11
- Source: xint.dtx 1.4h 2021/05/27 (doc 2021/05/27)
+ Source: xint.dtx 1.4i 2021/06/11 (doc 2021/06/11)
Author: Jean-Francois Burnol
Info: Expandable operations on big integers, decimals, fractions
License: LPPL 1.3c
@@ -30,22 +30,22 @@ Usage on the command line
One can use `xintexpr` as an interactive calculator on the command line.
See the [xintsession](http://ctan.org/pkg/xintsession) package.
- *2^100;
- (@_1) 1267650600228229401496703205376
- *cos(1);
- (@_2) 0.5403023058681397
- *&fp=32
+ >>> 2^100;
+ @_1 1267650600228229401496703205376
+ >>> cos(1);
+ @_2 0.5403023058681397
+ >>> &fp=32
(/usr/local/texlive/2021/texmf-dist/tex/generic/xint/xintlog.sty)
(/usr/local/texlive/2021/texmf-dist/tex/generic/xint/xinttrig.sty)
fp mode (log and trig reloaded at Digits=32)
- *cos(1);
- (@_3) 0.54030230586813971740093660744298
- *3^1000;
- (@_4) 1.3220708194808066368904552597521e477
- *&exact
+ >>> cos(1);
+ @_3 0.54030230586813971740093660744298
+ >>> 3^1000;
+ @_4 1.3220708194808066368904552597521e477
+ >>> &exact
exact mode (floating point evaluations use 32 digits)
- *3^1000;
- (@_5) 132207081948080663689045525975... (trimmed for this README)
+ >>> 3^1000;
+ @_5 132207081948080663689045525975... (trimmed for this README)
Installation
============