]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/elem/cl_LF_2plus.cc
Extend the exponent range from 32 bits to 64 bits on selected platforms.
[cln.git] / src / float / lfloat / elem / cl_LF_2plus.cc
index 8bfd6a1acea866ab115c64c75734ff570ec377a7..29d5f36760f6fef8b171869d9729de3f500ee50c 100644 (file)
@@ -4,12 +4,16 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_lfloat.h"
+#include "cln/lfloat.h"
 
 
 // Implementation.
 
 #include "cl_LF.h"
 
+namespace cln {
+
 const cl_LF operator+ (const cl_LF& x1, const cl_LF& x2)
 { GEN_LF_OP2(x1,x2,LF_LF_plus_LF,return) }
+
+}  // namespace cln