ssddiivv() -- Multiple-Precision Mathematics (libmp)

Divide 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sddiivv(_a, _n, _q, _i_p)
mmiinntt *_a, *_q; iinntt _n, *_i_p;

ssddiivv() divides  the multiple-precision  integer (or  mmiinntt) pointed to  by _a
with the  integer _n, which is  in the range 1  <= _n <= 128.   It writes the
quotient into the  mmiinntt pointed to by _q and  the remainder into the integer
pointed to by _i_p.

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