previous up next
Go backward to Definition
Go up to Top
Go forward to Numerator and Denominator
RISC-Linz logo

Constructor function

*/*: Z x Z> 0 -> Q
x/y := <sign(x *Z y) *Z (|x| divZ g), |y| divZ g>
   where g = Z(gcd(N(x), N(y))).

Example:


Author: Wolfgang Schreiner
Last Modification: November 16, 1999

previous up next