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

◆ sub() [1/2]

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

Definition at line 153 of file overflow.hpp.

154{
155 return sub(x, y, "monomial exponent overflow: int32_t - int32_t");
156}
static int32_t sub(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:144
volatile int x

References sub(), and x.