Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ operator/
Function
operator/
Singular/dyn_modules/python/Number.h:239–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
return erg;
238
}
239
inline Number operator/(const Number &n1, const Number& n2)
240
{
241
Number erg(n1);
242
erg/=n2;
243
return erg;
244
}
245
inline bool operator==(const Number &n1, const Number& n2)
246
{
247
if(n1.r!=n2.r)
Callers
nothing calls this directly
Calls
1
Number
Class · 0.70
Tested by
no test coverage detected