The xint
bundle modules are:
xinttools
utilities of independent interest such as expandable and non-expandable loops,xintcore
expandable macros implementing addition, subtraction, multiplication, division, and powers for arbitrarily long integers,xint
extension ofxintcore
,xintfrac
extends the scope ofxint
to decimal numbers, to numbers using scientific notation and also to (exact) fractions,xintexpr
expandable parsers of numeric expressions using the standard infix notations, parentheses, built-in functions, user definable functions and variables (and more ...), which do either exact evaluations (also with fractions) or floating point evaluations under a user chosen precision.xintkernel
supports macros for all the bundle constituents,xintbinhex
converts to and from hexadecimal and binary bases,xintgcd
providesgcd()
andlcm()
functions toxintexpr
,xintseries
, which evaluates numerically partial sums of series and power series with fractional coefficients,and
xintcfrac
, dedicated to the computation and display of continued fractions).
All computations are compatible with expansion-only context.