Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/functions/programming/
H A Dfordivfactored1 Function: fordivfactored
3 C-Name: fordivfactored
5 Help: fordivfactored(n,X,seq): the sequence is evaluated, X running over the
28 ? for (n = A, B, fordivfactored(n, d, eulerphi(d)));
30 ? forfactored (n = A, B, fordivfactored(n, d, eulerphi(d)));
/dports/math/gp2c/gp2c-0.0.12/test4/gp/
H A Dfordivfactored.gp1 test(N) = fordivfactored(N, d, print(d))
/dports/math/pari/pari-2.13.3/src/test/in/
H A Ddivisors21 fordivfactored(100, d, print(d))
H A Dprogramming25 print1("fordivfactored:"); fordivfactored(30,d,print1(" ",d)); print();
/dports/math/pari/pari-2.13.3/src/test/32/
H A Dprogramming37 fordivfactored: [1, matrix(0,2)] [2, Mat([2, 1])] [3, Mat([3, 1])] [5, Mat([
/dports/math/pari/pari-2.13.3/src/language/
H A Dinit.h513 {"fordivfactored",0,(void*)fordivfactored,1,"vGVI","fordivfactored(n,X,seq): the sequence is evalua…
H A Dsumiter.c408 fordivfactored(GEN a, GEN code) { return _fordiv(a, code, &divisors_factored); } in fordivfactored() function
/dports/math/gp2c/gp2c-0.0.12/
H A DChangeLog76 - Support for fordivfactored
79 - Add test fordivfactored to test support for fordivfactored
/dports/math/giacxcas/giac-1.6.0/doc/pari/
H A DModRewrite-table337 fordivfactored Programming_in_GP__control_statements.html#fordivfactored
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparipriv.h109 void fordivfactored(GEN a, GEN code);
/dports/math/pari/pari-2.13.3/src/
H A Dfunclist1020 1291061302 1398 ../functions/programming/fordivfactored
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.10394 80- GP functions fordivfactored
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc211.dsc9249 fordivfactored
9252 fordivfactored
H A Dfunc213.dsc9852 fordivfactored
9855 fordivfactored
/dports/math/pari/pari-2.13.3/doc/
H A Drefcard.tex224 \li{\dots $X=[d,\kbd{factor}(d)]$, $d\mid n$}{fordivfactored$(n,X,\seq)$}
H A Dusersch3.tex351 \subsec{fordivfactored$(n,X,\var{seq})$}\kbdsidx{fordivfactored}\label{se:fordivfactored}
373 ? for (n = A, B, fordivfactored(n, d, eulerphi(d)));
375 ? forfactored (n = A, B, fordivfactored(n, d, eulerphi(d)));