Home
last modified time | relevance | path

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

/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/xt/
H A Dcheck-nth-bounds.pl28 my($l,$u) = (nth_ramanujan_prime_lower($n),nth_ramanujan_prime_upper($n));
41 my($l,$u) = (nth_ramanujan_prime_lower($n),nth_ramanujan_prime_upper($n));
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dramanujan_primes.c169 UV nth_ramanujan_prime_lower(UV n) { in nth_ramanujan_prime_lower() function
226 if (nth_ramanujan_prime_lower(mid) < n) lo = mid+1; in ramanujan_prime_count_upper()
265 mink = nth_ramanujan_prime_lower(nlo) - 1; in n_range_ramanujan_primes()
368 UV lo = nth_ramanujan_prime_lower(n), hi = nth_ramanujan_prime_upper(n); in nth_ramanujan_prime_approx()
H A Dramanujan_primes.h16 extern UV nth_ramanujan_prime_lower(UV n);
H A DXS.xs1507 nth_ramanujan_prime_lower = 13
1549 case 13:ret = nth_ramanujan_prime_lower(n); break;
H A DChanges364 - nth_ramanujan_prime_lower(n) Lower limit of nth Ramanujan prime
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/t/
H A D11-ramanujanprimes.t79 return 'nth lower' unless nth_ramanujan_prime_lower($n) <= $rn;
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/lib/Math/Prime/Util/
H A DPPFE.pm279 sub nth_ramanujan_prime_lower { subroutine
282 return Math::Prime::Util::PP::nth_ramanujan_prime_lower($n);
H A DPP.pm2195 sub nth_ramanujan_prime_lower { subroutine
2209 my($lo,$hi) = (nth_ramanujan_prime_lower($n),nth_ramanujan_prime_upper($n));
2218 sub{Math::Prime::Util::nth_ramanujan_prime_lower(shift)});