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

◆ coerceToDouble()

double M2::ARingRRR::coerceToDouble ( const ElementType & a) const
inline

Definition at line 330 of file aring-RRR.hpp.

331 {
332 return mpfr_get_d(&a, MPFR_RNDN);
333 }