COHERENT manpages

This page displays the COHERENT manpage for madd() [Add multiple-precision integers].

List of available manpages
Index


madd() -- Multiple-Precision Mathematics (libmp)

Add multiple-precision integers
#include <mprec.h>
void madd(a, b, c)
mint *a, *b, *c;

madd() sets the multiple-precision integer (or mint) pointed to by c to the
sum of the the mints pointed to by a and b.

See Also

libmp