Macaulay2 Engine
Loading...
Searching...
No Matches
◆
sub()
[1/2]
int32_t safe::sub
(
int32_t
x
,
int32_t
y
)
inline
static
Definition at line
153
of file
overflow.hpp
.
154
{
155
return
sub
(
x
, y,
"monomial exponent overflow: int32_t - int32_t"
);
156
}
safe::sub
static int32_t sub(int32_t x, int32_t y, const char *msg)
Definition
overflow.hpp:144
x
volatile int x
Definition
overflow-test.cpp:68
References
sub()
, and
x
.
safe
Generated on
for Macaulay2 Engine by
1.15.0