COHERENT manpages

This page displays the COHERENT manpage for mcopy() [Copy a multiple-precision integer].

List of available manpages
Index


mcopy() -- Multiple-Precision Mathematics (libmp)

Copy a multiple-precision integer
#include <mprec.h>
void mcopy(a, b)
mint *a, *b;

mcopy() sets  the multiple-precision integer  (or mint) pointed to  by b to
the value pointed to by a.

See Also

libmp