// rational().

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

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


// Implementation.

#include "cl_R.h"

namespace cln {

const cl_RA rational (const cl_R& x)
GEN_R_OP1_2(x, rational, return)

}  // namespace cln


syntax highlighted by Code2HTML, v. 0.9.1