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

◆ increase_norm()

void M2::ARingCCi::increase_norm ( gmp_RRmutable norm,
const ElementType & a ) const
inline

Definition at line 570 of file aring-CCi.hpp.

571 {
572 throw 20;
573 /* if (mpfr_cmpabs(&a, norm) > 0)
574 {
575 set(*norm, a);
576 abs(*norm, *norm);
577 }*/
578 }