Top
Back: content
Forward: denominator
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.15 numerator

Procedure from library poly.lib (see poly_lib).

Usage:
numerator(n); n number

Return:
number, the numerator of n

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


Top Back: content Forward: denominator 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.