]> www.ginac.de Git - cln.git/blob - src/float/division/cl_F_fround1.cc
Initial revision
[cln.git] / src / float / division / cl_F_fround1.cc
1 // fround().
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cl_float.h"
8
9
10 // Implementation.
11
12 #include "cl_F.h"
13 #include "cl_sfloat.h"
14 #include "cl_ffloat.h"
15 #include "cl_dfloat.h"
16 #include "cl_lfloat.h"
17
18 const cl_F fround (const cl_F& x)
19 GEN_F_OP1(x, fround, return)