]> www.ginac.de Git - cln.git/blobdiff - include/cln/float_io.h
Remove some unused configuration macros.
[cln.git] / include / cln / float_io.h
index 66423ac7301be7852ade11baf53be9650b80a24b..f7e121949e549d425dd3de433331c2327bb88a3b 100644 (file)
@@ -14,7 +14,7 @@ namespace cln {
 // read_float(base,sign,string,index1,index4,index2,index3)
 // > base: Lesebasis (=10)
 // > sign: Vorzeichen (/=0 falls negativ)
-// > string: Simple-String (enthält Ziffern und evtl. Punkt und Exponentmarker)
+// > string: Simple-String (enthält Ziffern und evtl. Punkt und Exponentmarker)
 // > index1: Index vom Mantissenanfang (excl. Vorzeichen)
 // > index4: Index nach dem Mantissenende
 // > index2: Index beim Ende der Characters
@@ -26,7 +26,7 @@ namespace cln {
 //    Exponenten-Ziffer)
 // < ergebnis: Float
 extern const cl_F read_float (unsigned int base, float_format_t prec,
-                  cl_signean sign, const char * string, uintL index1, uintL index4, uintL index2, uintL index3);
+                  cl_signean sign, const char * string, uintC index1, uintC index4, uintC index2, uintC index3);
 
 // The following does strictly the same as the general read_complex.
 // It is here only so that you don't need the complex and rational number
@@ -58,7 +58,7 @@ extern void print_float (std::ostream& stream, const cl_print_number_flags& flag
 extern void print_float (std::ostream& stream, const cl_print_real_flags& flags, const cl_F& z);
 extern void print_float (std::ostream& stream, const cl_print_float_flags& flags, const cl_F& z);
 
-// Gibt ein Float binär (sehr primitiv) aus.
+// Gibt ein Float binär (sehr primitiv) aus.
 // print_float_binary(stream,z);
 // > z: Float
 // > stream: Stream