COHERENT manpages

This page displays the COHERENT manpage for zerop() [Indicate if multi-precision integer is zero].

List of available manpages
Index


zerop() -- Multiple-Precision Mathematics (libmp)

Indicate if multi-precision integer is zero
#include <mprec.h>
int zerop(a)
mint *a;

zerop() returns true if the multiple-precision integer (or mint) pointed to
by a is zero; otherwise, it returns false.

See Also

libmp