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

Function min

kernel/fast_mult.cc:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 return (a>b)? a:b;
267}
268static inline int min(int a, int b)
269{
270 return (a>b)? b:a;
271}
272poly unifastmult(poly f,poly g, ring r)
273{
274 int vn=1;

Callers 7

replaceFirstOrSecondMethod · 0.85
DataMethod · 0.85
negabsMethod · 0.85
computeNegativeBoundMethod · 0.85
multifastmultFunction · 0.85
add_coef_times_sparseFunction · 0.85
add_coef_times_denseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected