summaryrefslogtreecommitdiff
path: root/macros/generic/xint/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-12 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2021-06-12 03:00:50 +0000
commit73dcf554624f325ec90d02815c36d92a33c2667f (patch)
tree73c5f88e9a5aab31e07fef81cfe0144439d1d6aa /macros/generic/xint/README.md
parentd6b2eaba6fe47c24603040934903c73535ff09ba (diff)
CTAN sync 202106120300
Diffstat (limited to 'macros/generic/xint/README.md')
-rw-r--r--macros/generic/xint/README.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/macros/generic/xint/README.md b/macros/generic/xint/README.md
index 7351ecd696..db85e4b78a 100644
--- a/macros/generic/xint/README.md
+++ b/macros/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
============