Top
Back: delete
Forward: det
FastBack: Functions and system variables
FastForward: Control structures
Up: Functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.1.22 denominator

Syntax:
denominator ( number_expression )
Type:
number
Purpose:
returns the denominator of a number.
Example:
 
  ring r = 0, x, dp;
  number n = 3/2;
  denominator(n);
==> 2
See cleardenom; content; numerator.

Top Back: delete Forward: det FastBack: Functions and system variables FastForward: Control structures Up: Functions Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.