]> www.ginac.de Git - cln.git/blobdiff - src/float/conv/cl_LF_to_double.cc
Fix bug in converting cl_LF to float, double.
[cln.git] / src / float / conv / cl_LF_to_double.cc
index 078bd1bb5b7ca530cae0f3bf6bdb80bcbf3bc035..f9f5e8629f965270fd88bf994f661c2b8ca0fbf2 100644 (file)
@@ -20,7 +20,7 @@ double double_approx (const cl_LF& x)
 {
        // x entpacken:
        var cl_signean sign;
-       var sintL exp;
+       var sintE exp;
        var uintD* ptr;
        var uintC len;
        LF_decode(x, { return 0.0; }, sign=,exp=,ptr=,len=,);