Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
void 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
Print
Method · 0.85
Calls
2
n2String
Function · 0.85
PrintS
Function · 0.85
Tested by
no test coverage detected