Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ write
Method
write
Singular/dyn_modules/python/Number.h:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
this->n=n_Init(n,r.get()->cf);
201
}
202
void write() const
203
{
204
number towrite=n;
205
n_Write(towrite,r.get()->cf);
206
}
207
~Number()
208
{
209
if (r!=NULL)
Callers
10
convert_file_PB
Function · 0.45
convert_file_Singular
Function · 0.45
convert_file_Magma
Function · 0.45
Number_as_str
Function · 0.45
__setattr__
Method · 0.45
kuchenessen_demo.py
File · 0.45
omxmlreader.py
File · 0.45
test_read.py
File · 0.45
openmathhashunger.py
File · 0.45
triangulate
Method · 0.45
Calls
2
n_Write
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected