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

Function sugarDivisibleBy

kernel/GBEngine/kutil.cc:1331–1334  ·  view source on GitHub ↗

2 *if ecart1<=ecart2 it returns TRUE */

Source from the content-addressed store, hash-verified

1329*if ecart1<=ecart2 it returns TRUE
1330*/
1331static inline BOOLEAN sugarDivisibleBy(int ecart1, int ecart2)
1332{
1333 return (ecart1 <= ecart2);
1334}
1335
1336/*2
1337* put the pair (s[i],p) into the set B, ecart=ecart(p) (ring case)

Callers 5

enterOnePairNormalFunction · 0.85
enterOnePairLiftFunction · 0.85
chainCritNormalFunction · 0.85
chainCritPartFunction · 0.85
enterOnePairShiftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected