.TH zerop() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Indicate if multi-precision integer is zero"
.B "#include <mprec.h>"
\fBint zerop(\fIa\^\fB)\fR
\fBmint *\fIa\^\fB;\fR
.PP
.B zerop()
returns true if the multiple-precision integer (or \fBmint\fR)
pointed to by
.I a
is zero; otherwise, it returns false.
.SH "See Also"
.Xr "libmp" libmp
