]> www.ginac.de Git - cln.git/blobdiff - src/float/dfloat/elem/cl_DF_from_I.cc
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / src / float / dfloat / elem / cl_DF_from_I.cc
index d07225b68e789e8a46944577491f4050710644e4..e07071a577267dd411ce5c88c63620cf1215d07c 100644 (file)
@@ -38,7 +38,7 @@ const cl_DF cl_I_to_DF (const cl_I& x)
       // NDS zu |x|>0 bilden:
       var const uintD* MSDptr;
       var uintC len;
-      I_to_NDS_nocopy(abs_x, MSDptr=,len=,,cl_false,);
+      I_to_NDS_nocopy(abs_x, MSDptr=,len=,,false,);
       // MSDptr/len/LSDptr ist die NDS zu x, len>0.
       // Führende Digits holen: Brauche DF_mant_len+1 Bits, dazu intDsize
       // Bits (die NDS kann mit bis zu intDsize Nullbits anfangen).