MCPcopy Create free account
hub / github.com/Singular/Singular / p2Print

Function p2Print

Singular/number2.cc:542–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542void p2Print(poly2 d)
543{
544 char *s=p2String(d,FALSE);
545 PrintS(s);
546 omFree(s);
547}
548
549// ---------------------------------------------------------------------
550BOOLEAN jjBIM2_CR(leftv res, leftv a) // bigintmat ->cring

Callers 1

PrintMethod · 0.85

Calls 2

p2StringFunction · 0.85
PrintSFunction · 0.85

Tested by

no test coverage detected