ssmmuulltt() -- Multiple-Precision Mathematics (libmp)

Multiply multiple-precision integers
#iinncclluuddee <mmpprreecc.hh>
vvooiidd ssmmuulltt(_a, _n, _c)
mmiinntt *_a, *_c; iinntt _n;

ssmmuulltt() multiplies the multiple-precision integer (or mmiinntt) pointed to by _a
by the  integer _n, which  is <= 127.   It writes the product  into the mmiinntt
pointed to by _c.

_S_e_e _A_l_s_o
lliibbmmpp
