Macaulay2 Engine
Loading...
Searching...
No Matches
◆
subtract()
void M2::ARingZZGMP::subtract
(
ElementType
&
result
,
const
ElementType
&
a
,
const
ElementType
&
b
) const
inline
Definition at line
180
of file
aring-zz-gmp.hpp
.
183
{
184
mpz_sub(&
result
, &a, &b);
185
}
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
result()
.
M2
ARingZZGMP
Generated on
for Macaulay2 Engine by
1.15.0