Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ writeCardinalProperty
Method
writeCardinalProperty
gfanlib/gfanlib_polymakefile.cpp:265–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
264
265
void PolymakeFile::writeCardinalProperty(const char *p, Integer n)
266
{
267
stringstream t;
268
t<<n<<endl;
269
writeProperty(p,t.str());
270
}
271
272
273
bool PolymakeFile::readBooleanProperty(const char */*p*/)
Callers
2
toString
Method · 0.80
toString
Method · 0.80
Calls
1
str
Method · 0.45
Tested by
no test coverage detected