MCPcopy 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}
239inline Number operator/(const Number &n1, const Number& n2)
240{
241 Number erg(n1);
242 erg/=n2;
243 return erg;
244}
245inline bool operator==(const Number &n1, const Number& n2)
246{
247 if(n1.r!=n2.r)

Callers

nothing calls this directly

Calls 1

NumberClass · 0.70

Tested by

no test coverage detected