Macaulay2 Engine
Loading...
Searching...
No Matches

◆ IM2_RingElement_from_Integer()

const RingElement * IM2_RingElement_from_Integer ( const Ring * R,
gmp_ZZ d )

Definition at line 51 of file ringelement.cpp.

52{
53 return RingElement::make_raw(R, R->from_int(d));
54}
virtual ring_elem from_int(mpz_srcptr n) const =0
static RingElement * make_raw(const Ring *R, ring_elem f)
Definition relem.cpp:20

References Ring::from_int(), and RingElement::make_raw().