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

◆ div() [1/2]

int32_t safe::div ( int32_t x,
int32_t y )
inlinestatic

Definition at line 269 of file overflow.hpp.

270{
271 return div(x, y, "monomial exponent overflow: int32 / int32");
272}
static int32_t div(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:263
volatile int x

References div(), and x.