Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,5 +1,5 @@
|
|||
-- 22 Mar 2025
|
||||
include Settings
|
||||
-- 23 Aug 2025
|
||||
include Setting
|
||||
|
||||
say 'LEGENDRE PRIME COUNTER (NO MEMOIZATION)'
|
||||
say version
|
||||
|
|
@ -30,6 +30,4 @@ if xx <= p then
|
|||
return 1
|
||||
return Phi(xx,yy-1)-Phi(xx%p,yy-1)
|
||||
|
||||
include Abend
|
||||
include Functions
|
||||
include Sequences
|
||||
include Math
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- 22 Mar 2025
|
||||
include Settings
|
||||
-- 23 Aug 2025
|
||||
include Setting
|
||||
|
||||
say 'LEGENDRE PRIME COUNTER (WITH MEMOIZATION)'
|
||||
say version
|
||||
|
|
@ -34,6 +34,4 @@ if work.xx.yy > 0 then
|
|||
work.xx.yy = Phi(xx,yy-1)-Phi(xx%p,yy-1)
|
||||
return work.xx.yy
|
||||
|
||||
include Abend
|
||||
include Functions
|
||||
include Sequences
|
||||
include Math
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- 22 Mar 2025
|
||||
include Settings
|
||||
-- 23 Aug 2025
|
||||
include Setting
|
||||
|
||||
say 'LEGENDRE PRIME COUNTER (SIEVING)'
|
||||
say version
|
||||
|
|
@ -12,6 +12,4 @@ do n = 0 to 8
|
|||
end
|
||||
exit
|
||||
|
||||
include Abend
|
||||
include Functions
|
||||
include Sequences
|
||||
include Math
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue