Skip Menu |

This queue is for tickets about the Math-Prime-Util CPAN distribution.

Maintainer(s)' notes

The latest version is in https://github.com/danaj/Math-Prime-Util

    git clone --origin upstream git://github.com/danaj/Math-Prime-Util.git Math-Prime-Util

Comments, issues, and patches are welcome at either RT or github, or send me email.

Report information
The Basics
Id: 110888
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Math-Prime-Util

People
Owner: DANAJ [...] cpan.org
Requestors: DANAJ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.58



Subject: ramanujan_prime_count(2**16) is incorrect
ramanujan_prime_count(2**16) should return 3030. With version 0.57 it returns 3031. This will also make ranged counts where the lower value is between 2^16 and 2^17-1 incorrect. Fixed on github, cause was a typo while converting the list from a single long line to multiple sub-80-character lines.
Fixed in 0.58.