Macaulay2 Engine
Loading...
Searching...
No Matches
◆
pos_add()
[1/2]
int32_t safe::pos_add
(
int32_t
x
,
int32_t
y
)
inline
static
Definition at line
205
of file
overflow.hpp
.
206
{
207
return
pos_add
(
x
, y,
"monomial exponent overflow: pos int32_t + pos int32_t"
);
208
}
safe::pos_add
static int32_t pos_add(int32_t x, int32_t y, const char *msg)
Definition
overflow.hpp:197
x
volatile int x
Definition
overflow-test.cpp:68
References
pos_add()
, and
x
.
safe
Generated on
for Macaulay2 Engine by
1.15.0