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

◆ set_from_long()

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

Definition at line 171 of file aring-CC.hpp.

172 {
173 result.re = static_cast<double>(a);
174 result.im = 0.0;
175 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by getElement< M2::ARingCC >(), power(), and set_var().