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

◆ sub_from() [1/2]

int32_t safe::sub_from ( int32_t & x,
int32_t y )
inlinestatic

Definition at line 167 of file overflow.hpp.

168{
169 return sub_from(x, y, "monomial exponent overflow: int32_t - int32_t");
170}
static int32_t sub_from(int32_t &x, int32_t y, const char *msg)
Definition overflow.hpp:158
volatile int x

References sub_from(), and x.