IO.SprintTrunc |
Syntax |
IO.SprintTrunc(E:OBJECT,N:INT):STRING |
Description |
...
is concatenated. This
function is useful in formatting reports of results.
Example |
Use R ::= Q[xy]; I := Ideal(x,y); IO.SprintTrunc(I,4); Idea... ------------------------------- |
See Also |