PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 0ms 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. // General includes.
  3. #include "base/cl_sysdep.h"
  4. // Specification.
  5. #include "cln/float.h"
  6. // Implementation.
  7. #include "float/cl_F.h"
  8. #include "cln/sfloat.h"
  9. #include "cln/ffloat.h"
  10. #include "cln/dfloat.h"
  11. #include "cln/lfloat.h"
  12. namespace cln {
  13. const cl_I floor1 (const cl_F& x)
  14. GEN_F_OP1(x, floor1, return)
  15. } // namespace cln