Macaulay2 Engine
Loading...
Searching...
No Matches
◆
div_by()
[1/2]
int32_t safe::div_by
(
int32_t &
x
,
int32_t
y
)
inline
static
Definition at line
280
of file
overflow.hpp
.
281
{
282
return
div_by
(
x
, y,
"monomial exponent overflow: int32 / int32"
);
283
}
safe::div_by
static int32_t div_by(int32_t &x, int32_t y, const char *msg)
Definition
overflow.hpp:274
x
volatile int x
Definition
overflow-test.cpp:68
References
div_by()
, and
x
.
safe
Generated on
for Macaulay2 Engine by
1.15.0