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

◆ sub_pos() [1/2]

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

Definition at line 180 of file overflow.hpp.

181{
182 return sub_pos(x, y, "monomial exponent overflow: int32_t - int32_t [pos]");
183}
static int32_t sub_pos(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:172
volatile int x

References sub_pos(), and x.