|
D.2.6.6 lcm
Procedure from library poly.lib (see poly_lib).
- Usage:
- lcm(p[,q]); p int/intvec q a list of integers or
p poly/ideal q a list of polynomials
- Return:
- the least common multiple of p and q:
- of type int if p is an int/intvec
- of type poly if p is a poly/ideal
Example:
|