// truncate1(). // General includes. #include "cl_sysdep.h" // Specification. #include "cln/float.h" // Implementation. #include "cl_F.h" #include "cln/sfloat.h" #include "cln/ffloat.h" #include "cln/dfloat.h" #include "cln/lfloat.h" namespace cln { const cl_I truncate1 (const cl_F& x) GEN_F_OP1(x, truncate1, return) } // namespace cln