Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ p_String
Function
p_String
libpolys/polys/polys0.cc:322–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
}
321
322
char* p_String(poly p, ring lmRing, ring tailRing)
323
{
324
StringSetS(
""
);
325
p_String0(p, lmRing, tailRing);
326
return StringEndS();
327
}
328
329
/*2
330
* writes a polynomial p to stdout
Callers
7
p_Write0
Function · 0.70
sBucketString
Function · 0.70
c_string
Method · 0.50
print_spoly
Function · 0.50
print_syz
Function · 0.50
pString
Function · 0.50
c_string
Method · 0.50
Calls
3
StringSetS
Function · 0.85
StringEndS
Function · 0.85
p_String0
Function · 0.70
Tested by
no test coverage detected