Multiple Precision Arithmetic Toolbox(MuPAT) is the convenient quadruple and
octuple precision arithmetic toolbox.
MuPAT is based on Double-Double (DD) arithmetic and Quad-Double (QD)
arithmetic.
DD and QD arithmetic only need double precision arithmetic environment.
MuPAT has the following features:
Programs can be simply to use DD and QD arithmetic.
We can use the same operators (+,-,*,/) for double, DD and QD arithmetic.
We can also use relational operators and several Scilab functions for DD and
QD in the same way as double.
Double, DD and QD arithmetic can be used at the same time, and also mixed
precision arithmetic is available.
Independent of any hardwares.
There are two implementations. One is only using Scilab functions, and the other
is a high speed one which calls functions written in C language.