MCPcopy Create free account
hub / github.com/Singular/Singular / leadCoef

Method leadCoef

Singular/dyn_modules/python/Poly.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 friend PolyImpl operator*(const PolyImpl& p1, int n2);
74 friend bool operator==(const PolyImpl& p1, int n2);
75 Number leadCoef()
76 {
77 return Number(p->coef,r.get());
78 }
79 PolyImpl& operator=(const PolyImpl& p2)
80 {
81 //durch Reihenfolge Selbstzuweisungen ber�cksichtigt

Callers 3

leadCoefMethod · 0.45
term2OMFunction · 0.45

Calls 2

NumberClass · 0.70
getMethod · 0.45

Tested by

no test coverage detected