COHERENT manpages

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

List of available manpages
Index


smult() -- Multiple-Precision Mathematics (libmp)

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

smult() multiplies the multiple-precision integer (or mint) pointed to by a
by the integer n, which is  <= 127.  It writes the product into the mint
pointed to by c.

See Also

libmp