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:221–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
};
220
221
inline Number operator+(const Number &n1, const Number& n2)
222
{
223
Number erg(n1);
224
erg+=n2;
225
return erg;
226
}
227
inline Number operator*(const Number &n1, const Number& n2)
228
{
229
Number erg(n1);
Callers
nothing calls this directly
Calls
1
Number
Class · 0.70
Tested by
no test coverage detected