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.