COHERENT manpages

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

List of available manpages
Index


mult() -- Multiple-Precision Mathematics (libmp)

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

mult() multiplies the  multiple-precision integers (or mints) pointed to by
a and b, and writes the product into the mint pointed to by c.

See Also

libmp