/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/t/ |
H A D | 17-pseudoprime.t | 262 …is( lucasu(1,-1,1001), "70330367711422815821835254877183549770181269836358732742604905087154537118… 267 $n = lucasu(9,-1,3671); 271 $n = lucasu(287,-1,3079);
|
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/xt/ |
H A D | lucasuv.pl | 10 my $u1 = Math::GMP->new(lucasu(1,-1,$_)) % $n;
|
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/docs/ |
H A D | advmpz.rst | 157 | lucasu(p,1,s) == 0 (mod n) 195 | lucasu(p,q,n - Jacobi(D,n)) == 0 (mod n) 221 | lucasu(p,q,s) == 0 (mod n) 246 **lucasu(...)** 247 lucasu(p,q,k) will return the k-th element of the Lucas U sequence defined
|
H A D | history.rst | 202 * Added lucasu, lucasu_mod, lucasv, and lucasv_mod.
|
/dports/math/py-gmpy2/gmpy2-2.1.1/docs/ |
H A D | advmpz.rst | 157 | lucasu(p,1,s) == 0 (mod n) 195 | lucasu(p,q,n - Jacobi(D,n)) == 0 (mod n) 221 | lucasu(p,q,s) == 0 (mod n) 246 **lucasu(...)** 247 lucasu(p,q,k) will return the k-th element of the Lucas U sequence defined
|
H A D | history.rst | 258 * Added lucasu, lucasu_mod, lucasv, and lucasv_mod.
|
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/ |
H A D | primality.h | 19 extern int lucasu(IV* U, IV P, IV Q, UV k);
|
H A D | primality.c | 435 int lucasu(IV* U, IV P, IV Q, UV k) in lucasu() function
|
H A D | XS.xs | 1191 lucasu = 1 1204 int ok = (ix == 1) ? lucasu(&ret, P, Q, k) : lucasv(&ret, P, Q, k);
|
H A D | Changes | 594 - lucasu and lucasv should return bigint types. 819 - lucasu(P, Q, k) U_k for Lucas(P,Q)
|
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/t/ |
H A D | 25-lucas_sequences.t | 88 is_deeply([map { lucasu(@$apq,$_) } 0..$#$exp], $exp, "lucasu(@$apq) -- $name");
|
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/examples/ |
H A D | numseqs.pl | 142 print join " ", map { lucasu(1, -1, $_) } 0..$count-1; 168 print join " ", map { lucasu(2, -1, $_) } 0..$count-1;
|
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/bin/ |
H A D | primes.pl | 209 $Fk = lucasu(1,-1,$k);
|
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/lib/Math/Prime/Util/ |
H A D | PPFE.pm | 431 sub lucasu { subroutine 439 return Math::Prime::Util::PP::lucasu(@_);
|
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/ |
H A D | XS.xs | 730 lucasu(IN IV P, IN IV Q, IN char* strk)
|
H A D | Changes | 515 - lucasu(P, Q, k) U_k for Lucas(P,Q)
|