newtonpuiseux.spad line 105 [edit on github]
K: Join(Field, OrderedSet)
Implement Newton polygon computation
pointsOfNewtonPolygon(points) returns the vertices of the Newton polygon corresponding to points.
pointsOfNewtonPolygon(points)
points
slopePointsOfNewtonPolygon(points) returns the slopes of the Newton polygon corresponding to p together with the points forming this slope.
slopePointsOfNewtonPolygon(points)
p