Macaulay2 Engine
Loading...
Searching...
No Matches
◆
coerceToLongInteger()
bool
M2::ARingZZ::coerceToLongInteger
(
long &
result
,
const
ElementType
&
n
) const
inline
Definition at line
313
of file
aring-zz-flint.hpp
.
314
{
315
result
= fmpz_get_si(&n);
316
return
fmpz_fits_si(&n);
317
}
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
result()
.
M2
ARingZZ
Generated on
for Macaulay2 Engine by
1.15.0