summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/apnum/README
blob: 4f838b6a01c2666d566a8a5f1666ce2df2911d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.