COHERENT manpages

This page displays the COHERENT manpage for ispos() [Return if variable is positive or negative].

List of available manpages
Index


ispos() -- Multiple-Precision Mathematics (libmp)

Return if variable is positive or negative
#include <mprec.h>
int ispos(a)
mint *a;

ispos() returns true  (nonzero) if a is not negative,  false (zero) if a is
negative.

See Also

libmp