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

◆ mult() [1/2]

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

Definition at line 244 of file overflow.hpp.

245{
246 return mult(x, y, "monomial exponent overflow: int32_t * int32_t (mult)");
247}
static int32_t mult(int32_t x, int32_t y, const char *msg)
Definition overflow.hpp:236
volatile int x

References mult(), and x.