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

◆ is_unit()

bool M2::DummyRing::is_unit ( const ElementType f) const
inline

Definition at line 320 of file aring.hpp.

321 {
322 (void) f;
323 return false;
324 }