]> www.ginac.de Git - cln.git/blobdiff - src/float/lfloat/elem/cl_LF_1minus.cc
Extend the exponent range from 32 bits to 64 bits on selected platforms.
[cln.git] / src / float / lfloat / elem / cl_LF_1minus.cc
index c484aa1392cfb6d65a59c0be6859ad74c1ba35bc..72d751b03b0de3c10a5d2c269111cad6a0096473 100644 (file)
@@ -12,6 +12,8 @@
 #include "cl_LF_impl.h"
 #include "cl_DS.h"
 
+namespace cln {
+
 const cl_LF LF_LF_minus_LF (const cl_LF& x1, const cl_LF& x2)
 {
 // Methode:
@@ -25,3 +27,5 @@ const cl_LF LF_LF_minus_LF (const cl_LF& x1, const cl_LF& x2)
           return LF_LF_plus_LF(x1,mx2);
         }
 }
+
+}  // namespace cln