]> www.ginac.de Git - cln.git/blobdiff - include/cln/rational_io.h
Replace CL_REQUIRE/CL_PROVIDE(cl_C_ring) with portable code.
[cln.git] / include / cln / rational_io.h
index b34a038a968c1502deb2017fdc25006d424b33f8..a9552218df5429bbd63ee5b356e4d96a26bccc07 100644 (file)
@@ -14,14 +14,14 @@ namespace cln {
 // read_rational(base,sign,string,index1,index3,index2)
 // > base: Lesebasis (>=2, <=36)
 // > sign: Vorzeichen (/=0 falls negativ)
-// > string: Simple-String (enthält Ziffern mit Wert <base und Bruchstrich)
+// > string: Simple-String (enthält Ziffern mit Wert <base und Bruchstrich)
 // > index1: Index der ersten Ziffer
 // > index3: Index von '/'
 // > index2: Index nach der letzten Ziffer
-//   (also index3-index1 Zähler-Ziffern, index2-index3-1 Nenner-Ziffern)
+//   (also index3-index1 Zähler-Ziffern, index2-index3-1 Nenner-Ziffern)
 // < ergebnis: rationale Zahl
 extern const cl_RA read_rational (unsigned int base,
-                   cl_signean sign, const char * string, uintL index1, uintL index3, uintL index2);
+                   cl_signean sign, const char * string, uintC index1, uintC index3, uintC index2);
 
 // The following does strictly the same as the general read_complex.
 // It is here only so that you don't need the complex and float number