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