Macaulay2 Engine
Loading...
Searching...
No Matches

◆ div_by() [1/2]

int32_t safe::div_by ( int32_t & x,
int32_t y )
inlinestatic

Definition at line 280 of file overflow.hpp.

281{
282 return div_by(x, y, "monomial exponent overflow: int32 / int32");
283}
static int32_t div_by(int32_t &x, int32_t y, const char *msg)
Definition overflow.hpp:274
volatile int x

References div_by(), and x.