Home
last modified time | relevance | path

Searched defs:n_IsOne (Results 1 – 2 of 2) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dcoeffrings.h21 static FORCE_INLINE BOOLEAN n_IsOne(number n, const ring r){ return n_IsOne(n,r->cf); } in n_IsOne() function
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dcoeffs.h469 static FORCE_INLINE BOOLEAN n_IsOne(number n, const coeffs r) in n_IsOne() function