Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ operator-
Method
operator-
Singular/dyn_modules/python/Poly.h:436–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
return ptr->leadCoef();
435
}
436
create_type operator-(){
437
create_type erg(*this);
438
erg*=Number(-1,ptr->getRing());
439
return erg;
440
}
441
protected:
442
443
PolyBase(PolyImpl& impl):ptr(&impl){
Callers
nothing calls this directly
Calls
2
Number
Class · 0.70
getRing
Method · 0.45
Tested by
no test coverage detected