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

Function add

ppcc/adlib/test4.cc:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Int add(Int acc, Int value) {
21 return acc + value;
22}
23
24bool even(Int value) {
25 return value % 2 == 0;

Callers 15

tryPlainRemFunction · 0.85
tryPlainDivRemFunction · 0.85
ArrMethod · 0.85
addMethod · 0.85
ArrMethod · 0.85
addMethod · 0.85
addMethod · 0.85
MapMethod · 0.85
addMethod · 0.85
union_in_placeMethod · 0.85
SetClass · 0.85
SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected