// truncate2().

// General includes.
#include "cl_sysdep.h"

// Specification.
#include "cln/real.h"


// Implementation.

#include "cl_R.h"
#include "cln/rational.h"
#include "cln/float.h"
#include "cl_R_div_t.h"

namespace cln {

const cl_R_div_t truncate2 (const cl_R& x)
GEN_R_OP1_2(x, truncate2, return)

}  // namespace cln


syntax highlighted by Code2HTML, v. 0.9.1