Macaulay2 Engine
Loading...
Searching...
No Matches
◆
mult_by()
[1/2]
int32_t safe::mult_by
(
int32_t &
x
,
int32_t
y
)
inline
static
Definition at line
257
of file
overflow.hpp
.
258
{
259
return
mult_by
(
260
x
, y,
"monomial exponent overflow: int32_t * int32_t (mult_by)"
);
261
}
safe::mult_by
static int32_t mult_by(int32_t &x, int32_t y, const char *msg)
Definition
overflow.hpp:249
x
volatile int x
Definition
overflow-test.cpp:68
References
mult_by()
, and
x
.
safe
Generated on
for Macaulay2 Engine by
1.15.0