Top
Back: numerator
Forward: mod2id
FastBack: inout_lib
FastForward: random_lib
Up: poly_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: Index
About: About this document

D.2.4.16 denominator

Procedure from library poly.lib (see poly_lib).

Usage:
denominator(n); n number

Return:
number, the denominator of n

Example:
 
LIB "poly.lib";
ring r = 0,x, dp;
number n = 3/2;
denominator(n);
==> 2
See also: cleardenom; content; denominator.


Top Back: numerator Forward: mod2id FastBack: inout_lib FastForward: random_lib Up: poly_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-4, May 2003, generated by texi2html.