Searched defs:MPFR_IS_STRICTPOS (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1139 #define MPFR_IS_STRICTPOS(x) (MPFR_NOTZERO (x) && MPFR_IS_POS (x)) macro

Completed in 137 milliseconds