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

◆ pos_add_2() [1/2]

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

Definition at line 217 of file overflow.hpp.

218{
219 return pos_add_2(
220 x, y, "monomial exponent overflow: pos int32_t + pos int32_t, packed 2");
221}
static int32_t pos_add_2(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:209
volatile int x

References pos_add_2(), and x.