Forum: y-cruncher
2020-12-11, 04:24
|
Replies: 13
Views: 1,955
Have you tried using the gmpy2 library? It...
Have you tried using the gmpy2 library? It provides access to the GMP library for multiple-precision arithmetic. It should be very easy to convert your existing program to use gmpy2.
I maintain...
|
Forum: ONeil
2018-05-20, 18:20
|
Replies: 21
Views: 4,124
|
Forum: Software
2017-07-28, 18:58
|
Replies: 11
Views: 1,706
|
Forum: Software
2017-07-27, 03:50
|
Replies: 11
Views: 1,706
Primo working with build 16251
Responding to an old thread....
My desktop upgraded to Build 16251 today. In the Windows Subsystem for Linux release notes, there was a note that the "beta" status has been removed. I tried primo...
|
Forum: Software
2016-09-17, 13:44
|
Replies: 11
Views: 1,706
|
Forum: Software
2016-09-17, 07:09
|
Replies: 11
Views: 1,706
|
Forum: Software
2016-04-23, 13:58
|
Replies: 19
Views: 1,395
|
Forum: Software
2016-04-23, 05:16
|
Replies: 19
Views: 1,395
|
Forum: Software
2016-04-23, 02:20
|
Replies: 19
Views: 1,395
|
Forum: Software
2016-04-23, 02:15
|
Replies: 19
Views: 1,395
|
Forum: Software
2016-04-22, 17:38
|
Replies: 19
Views: 1,395
|
Forum: Software
2016-04-22, 13:30
|
Replies: 19
Views: 1,395
|
Forum: GMP-ECM
2015-03-05, 20:46
|
Replies: 114
Views: 34,986
|
Forum: GMP-ECM
2015-03-05, 13:58
|
Replies: 114
Views: 34,986
In Python 2, the division operator performs...
In Python 2, the division operator performs integer division, but in Python 3 was changed to always return a float. Both versions of Python support "//" to perform integer division. Can you try...
|
Forum: Programming
2013-11-24, 17:22
|
Replies: 46
Views: 4,313
|
Forum: Hobbies
2007-06-08, 22:42
|
Replies: 56
Views: 7,933
HP calcs
Memories of working in a university bookstore. Students would come in with an old HP calculator in need of batteries, balk at the price, and buy an inexpensive calculator. I offered to buy quite a...
|
Forum: Math
2006-03-31, 16:25
|
Replies: 90
Views: 6,067
|
Forum: Math
2006-03-31, 07:58
|
Replies: 90
Views: 6,067
It is an approximation to an approximation.
...
It is an approximation to an approximation.
The first approximation is 89*ln(2) times the sum of 1/i*ln(i) where i goes from 2 to sqrt(2^89-1) and values where i is a power of 2 are excluded. If...
|
Forum: Math
2006-03-31, 07:11
|
Replies: 90
Views: 6,067
It should be
89 * ln(2) *...
It should be
89 * ln(2) * [ln(ln(sqrt(2^89-1))) - ln(ln(3))]
which is 326. A little closer. It will always be high because it assumes that zeros occur even when the base used is a power of 2....
|
Forum: Math
2006-03-31, 05:50
|
Replies: 90
Views: 6,067
|
Forum: Math
2006-03-31, 05:21
|
Replies: 90
Views: 6,067
Partial verification
I've calculated the number of zeros in M43 for all bases between 3 and 8200. The total number of zeros is 42,000,510. Using the estimate:
30402457 * log(2) * [ log(30402457 * log(2)) - log(log(3))...
|
Forum: Lounge
2006-02-15, 06:20
|
Replies: 7
Views: 1,790
|
Forum: Lounge
2005-12-30, 06:37
|
Replies: 5
Views: 552
|