summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/apnum/README
blob: 3abf6cad9fbcedf0d4a54a41bcfb74dcbd02f449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
apnum -- Arbitrary precision numbers implemented by TeX macros
--------------------------------------------------------------
Petr Olsak                                           Nov. 2014

The basic operations (addition, subtraction, multiplication, division, power
to an integer) are implemented by TeX macros in this package. Operands can be
numbers with arbitrary number of digits (or scientific notation is allowed).
The expression scanner is provided too. The exhaustive documentation
(including detail TeXnical documentation) is included. The macro includes many
optimizations and uses only TeX primitives (from classic TeX) and \newcount
macro.

Files:  README     ... this file
        apnum.tex  ... TeX macro
        apnum.pdf  ... documentation (generated from apnum.d)
        apnum.d    ... documentation (source for apnum.pdf)

License: Public domain.