X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Fsfloat%2Felem%2Fcl_SF_fround.cc;h=1b70ad22d3af3ede5f0a07d289e91a8ca521af99;hb=5370ad8054201cf23d4f94a52f4d3f7f9f3cd511;hp=1a651d7d405d308210a70df64dbd2ad141cdbd0d;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/float/sfloat/elem/cl_SF_fround.cc b/src/float/sfloat/elem/cl_SF_fround.cc index 1a651d7..1b70ad2 100644 --- a/src/float/sfloat/elem/cl_SF_fround.cc +++ b/src/float/sfloat/elem/cl_SF_fround.cc @@ -4,13 +4,15 @@ #include "cl_sysdep.h" // Specification. -#include "cl_sfloat.h" +#include "cln/sfloat.h" // Implementation. #include "cl_SF.h" +namespace cln { + const cl_SF fround (const cl_SF& x) { // Methode: @@ -75,3 +77,5 @@ const cl_SF fround (const cl_SF& x) } } } } + +} // namespace cln