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

◆ add() [1/2]

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

Definition at line 125 of file overflow.hpp.

126{
127 return add(x, y, "monomial exponent overflow: int32_t + int32_t");
128}
static int32_t add(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:116
volatile int x

References add(), and x.