|  |  D.15.18.4 noElements Procedure from libraryringgb.lib(see  ringgb_lib).
 
Example:Usage:
noElements(r); r - a ring with a finite coefficient ring of type integer
Return:
returns the number of elements of the coefficient ring of r
 |  | LIB "ringgb.lib";
ring r = (integer, 233,6), (y,x), dp;
noElements(r);
==> 160005726539569
 | 
 |