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

◆ pos_add() [1/2]

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

Definition at line 205 of file overflow.hpp.

206{
207 return pos_add(x, y, "monomial exponent overflow: pos int32_t + pos int32_t");
208}
static int32_t pos_add(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:197
volatile int x

References pos_add(), and x.