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

Function n2Print

Singular/number2.cc:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void n2Print(number2 d)
491{
492 char *s=n2String(d,FALSE);
493 PrintS(s);
494 omFree(s);
495}
496
497// -----------------------------------------------------------
498// operations with Poly/poly2

Callers 1

PrintMethod · 0.85

Calls 2

n2StringFunction · 0.85
PrintSFunction · 0.85

Tested by

no test coverage detected