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

◆ set_from_double()

bool M2::ARingRRi::set_from_double ( ElementType & result,
double a ) const
inline

Definition at line 190 of file aring-RRi.hpp.

191 {
192 mpfi_set_d(&result, a);
193 return true;
194 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by M2::get_from_double(), and M2::mypromote().