]> www.ginac.de Git - cln.git/blobdiff - doc/cln_6.html
* All Files have been modified for inclusion of namespace cln;
[cln.git] / doc / cln_6.html
index 9daa0686574e973becf1906eb09864abadb46d1c..efab2fed0860811c74bea2026681b562fd60caff 100644 (file)
@@ -1,6 +1,6 @@
 <HTML>
 <HEAD>
-<!-- Created by texi2html 1.56k from cln.texi on 2 June 2000 -->
+<!-- Created by texi2html 1.56k from cln.texi on 28 August 2000 -->
 
 <TITLE>CLN, a Class Library for Numbers - 6. Rings</TITLE>
 </HEAD>
@@ -19,7 +19,7 @@ CLN has a class of abstract rings.
 <PRE>
                          Ring
                        cl_ring
-                      &#60;cl_ring.h&#62;
+                     &#60;cln/ring.h&#62;
 </PRE>
 
 <P>
@@ -43,28 +43,40 @@ Given a ring <CODE>R</CODE>, the following members can be used.
 
 <DT><CODE>void R-&#62;fprint (cl_ostream stream, const cl_ring_element&#38; x)</CODE>
 <DD>
+<A NAME="IDX241"></A>
 <DT><CODE>cl_boolean R-&#62;equal (const cl_ring_element&#38; x, const cl_ring_element&#38; y)</CODE>
 <DD>
+<A NAME="IDX242"></A>
 <DT><CODE>cl_ring_element R-&#62;zero ()</CODE>
 <DD>
+<A NAME="IDX243"></A>
 <DT><CODE>cl_boolean R-&#62;zerop (const cl_ring_element&#38; x)</CODE>
 <DD>
+<A NAME="IDX244"></A>
 <DT><CODE>cl_ring_element R-&#62;plus (const cl_ring_element&#38; x, const cl_ring_element&#38; y)</CODE>
 <DD>
+<A NAME="IDX245"></A>
 <DT><CODE>cl_ring_element R-&#62;minus (const cl_ring_element&#38; x, const cl_ring_element&#38; y)</CODE>
 <DD>
+<A NAME="IDX246"></A>
 <DT><CODE>cl_ring_element R-&#62;uminus (const cl_ring_element&#38; x)</CODE>
 <DD>
+<A NAME="IDX247"></A>
 <DT><CODE>cl_ring_element R-&#62;one ()</CODE>
 <DD>
+<A NAME="IDX248"></A>
 <DT><CODE>cl_ring_element R-&#62;canonhom (const cl_I&#38; x)</CODE>
 <DD>
+<A NAME="IDX249"></A>
 <DT><CODE>cl_ring_element R-&#62;mul (const cl_ring_element&#38; x, const cl_ring_element&#38; y)</CODE>
 <DD>
+<A NAME="IDX250"></A>
 <DT><CODE>cl_ring_element R-&#62;square (const cl_ring_element&#38; x)</CODE>
 <DD>
+<A NAME="IDX251"></A>
 <DT><CODE>cl_ring_element R-&#62;expt_pos (const cl_ring_element&#38; x, const cl_I&#38; y)</CODE>
 <DD>
+<A NAME="IDX252"></A>
 </DL>
 
 <P>
@@ -103,7 +115,7 @@ Type tests can be performed for any of <CODE>cl_C_ring</CODE>, <CODE>cl_R_ring</
 
 <DT><CODE>cl_boolean instanceof (const cl_number&#38; x, const cl_number_ring&#38; R)</CODE>
 <DD>
-<A NAME="IDX240"></A>
+<A NAME="IDX253"></A>
 Tests whether the given number is an element of the number ring R.
 </DL>