PageRenderTime 26ms CodeModel.GetById 15ms app.highlight 8ms RepoModel.GetById 1ms app.codeStats 0ms

/cln-1.3.2/src/float/division/cl_F_floor1.cc

#
C++ | 23 lines | 11 code | 8 blank | 4 comment | 0 complexity | a6027b80fcfdd437d875ea6018713924 MD5 | raw file
Possible License(s): GPL-2.0
 1// floor1().
 2
 3// General includes.
 4#include "base/cl_sysdep.h"
 5
 6// Specification.
 7#include "cln/float.h"
 8
 9
10// Implementation.
11
12#include "float/cl_F.h"
13#include "cln/sfloat.h"
14#include "cln/ffloat.h"
15#include "cln/dfloat.h"
16#include "cln/lfloat.h"
17
18namespace cln {
19
20const cl_I floor1 (const cl_F& x)
21GEN_F_OP1(x, floor1, return)
22
23}  // namespace cln