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

◆ zeroize_tiny()

void M2::ARingRRR::zeroize_tiny ( gmp_RR epsilon,
ElementType & a ) const
inline

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

305 {
306 if (mpfr_cmpabs(&a, epsilon) < 0) set_zero(a);
307 }
void set_zero(ElementType &result) const

References set_zero().

Referenced by MatrixOps::clean().