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

D.2.4.15 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
denominator, content, cleardenom


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