7 #include "cln/lfloat.h"
13 #include "cl_LF_impl.h"
15 #include "cl_inline.h"
16 #include "cl_LF_minusp.cc"
17 #include "cl_LF_zerop.cc"
21 CL_INLINE2 bool CL_INLINE2_DECL(plusp) (const cl_LF& x)
24 return false; // x<0 -> nein
25 elif (zerop_inline(x))
26 return false; // x=0 -> nein
28 return true; // sonst ist x>0.