[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.1.11 nm, dn

nm(rat)
:: Numerator of rat.
dn(rat)
:: Denominator of rat.

return
integer or polynomial
rat
rational number or rational expression

 
[2] [nm(-43/8),dn(-43/8)];
[-43,8]
[3] dn((x*z)/(x*y));
y*x
[3] dn(red((x*z)/(x*y)));
y

References
6.3.21 red.



This document was generated by root on March, 5 2004 using texi2html