7 #include "cln/lfloat.h"
13 #include "cl_LF_impl.h"
16 #define MAYBE_INLINE inline
17 #include "cl_LF_minusp.cc"
18 #include "cl_LF_zerop.cc"
23 bool plusp (const cl_LF& x)
26 return false; // x<0 -> nein
28 return false; // x=0 -> nein
30 return true; // sonst ist x>0.