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