Home | History | Annotate | Download | only in mpreal

Lines Matching full:mpfr_nan_p

1386 inline bool isnan	(const mpreal& v){	return (mpfr_nan_p(v.mp)		!= 0);	}