|
D.6.9.19 allsquarefree
Procedure from library hnoether.lib (see hnoether_lib).
- Usage :
- allsquarefree(f,g); f,g poly
- Assume:
- g is the output of
squarefree(f) .
- Return:
- the greatest squarefree divisor of f.
- Note :
- This proc uses factorize to get the missing factors of f not in g and,
therefore, may be slow.
Example:
See also:
squarefree.
|