]> www.ginac.de Git - cln.git/blob - src/real/division/cl_R_round1.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / real / division / cl_R_round1.cc
1 // round1().
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/real.h"
8
9
10 // Implementation.
11
12 #include "cl_R.h"
13 #include "cln/rational.h"
14 #include "cln/float.h"
15
16 namespace cln {
17
18 const cl_I round1 (const cl_R& x)
19 GEN_R_OP1_2(x, round1, return)
20
21 }  // namespace cln