Home
last modified time | relevance | path

Searched refs:RgC_neg_i (Results 1 – 1 of 1) sorted by relevance

/dports/math/pari/pari-2.13.3/src/basemath/
H A DRgV.c436 RgC_neg_i(GEN x, long lx) in RgC_neg_i() function
444 RgC_neg(GEN x) { return RgC_neg_i(x, lg(x)); } in RgC_neg()
455 for (i=1; i<lx; i++) gel(y,i) = RgC_neg_i(gel(x,i), hx); in RgM_neg()