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

◆ set_from_long()

void M2::ARingRR::set_from_long ( ElementType & result,
long a ) const
inline

Definition at line 134 of file aring-RR.hpp.

135 {
136 result = static_cast<double>(a);
137 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by getElement< M2::ARingRR >().