]> www.ginac.de Git - cln.git/blobdiff - src/float/misc/cl_F_exponent.cc
Cater to the fact that g++ 4.3 will use a different naming for
[cln.git] / src / float / misc / cl_F_exponent.cc
index 10c89bac2943912a72e20f9aee3ff15bbfdb8593..8f945617430bdc04142422013960f30a6c12a797 100644 (file)
@@ -20,7 +20,7 @@
 
 namespace cln {
 
-sintL float_exponent (const cl_F& x)
+sintE float_exponent (const cl_F& x)
 {
        floatcase(x
        ,       return float_exponent(x);