Poll

3 votes (50%)
2 votes (33.33%)
1 vote (16.66%)
4 votes (66.66%)
1 vote (16.66%)
3 votes (50%)
1 vote (16.66%)
No votes (0%)
1 vote (16.66%)
1 vote (16.66%)

6 members have voted

Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26501
Joined: Oct 14, 2009
Thanked by
tringlomane
May 26th, 2020 at 3:03:45 PM permalink
Our own JB recently created an online calculator, which can handle 100 to 200 significant digits. I bought the source code and posted a copy on my MathProblems site. Here is a link:

JB Calculator

I think I'm not the only one on this forum frustrated with the limit of about 15 significant digits with many calculators. Please have a look and let me know what you think.
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
Mission146
Mission146
  • Threads: 142
  • Posts: 16832
Joined: May 15, 2012
May 26th, 2020 at 3:06:22 PM permalink
Quote: Wizard

Our own JB recently created an online calculator, which can handle 100 to 200 significant digits. I bought the source code and posted a copy on my MathProblems site. Here is a link:

JB Calculator

I think I'm not the only one on this forum frustrated with the limit of about 15 significant digits with many calculators. Please have a look and let me know what you think.



It looks pretty good at a glance, and I'll try to play around with it either later tonight or tomorrow. I've actually always used this one and am pretty used to it, at this point:

https://web2.0calc.com/

But, I'll definitely see how I like JB's. I'll try to look for some things that I can do on his and not the other, if there are any, for sure.
https://wizardofvegas.com/forum/off-topic/gripes/11182-pet-peeves/120/#post815219
Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26501
Joined: Oct 14, 2009
Thanked by
Mission146
May 26th, 2020 at 4:32:28 PM permalink
Quote: Mission146

I've actually always used this one and am pretty used to it, at this point:

https://web2.0calc.com/



JB's has way more significant digits than that one. For example, here is what both give for 2^1000

0calc: 10715086071862673200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

JB: 10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571200000000000000000000000000000000000000000000000

I'll grant yours has a nicer look to it, but I wasn't going for looks.
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
charliepatrick
charliepatrick
  • Threads: 39
  • Posts: 2946
Joined: Jun 17, 2011
Thanked by
Mission146
May 26th, 2020 at 6:41:03 PM permalink
Nice - I tried, a random choice, 1 / 377177 and it still wasn't recurring.
odiousgambit
odiousgambit
  • Threads: 326
  • Posts: 9577
Joined: Nov 9, 2009
Thanked by
Mission146
May 27th, 2020 at 2:26:49 AM permalink
pi/1 , JB's [wizcalc]

3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117067982148086513282306647093844609550582231725359408128481117450284102701938521105559644622948954930381964428810975665933446128475648233786783165271201909145649

pi/1, web2.0calc.com

3.1415926535897932

as a silly project of mine, I have memorized pi past that
the next time Dame Fortune toys with your heart, your soul and your wallet, raise your glass and praise her thus: “Thanks for nothing, you cold-hearted, evil, damnable, nefarious, low-life, malicious monster from Hell!”   She is, after all, stone deaf. ... Arnold Snyder
Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26501
Joined: Oct 14, 2009
May 27th, 2020 at 5:22:35 AM permalink
Quote: odiousgambit

...as a silly project of mine, I have memorized pi past that



Past which one?
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
gordonm888
Administrator
gordonm888
  • Threads: 60
  • Posts: 5052
Joined: Feb 18, 2015
May 27th, 2020 at 4:27:01 PM permalink
Well, I've found a (clunky) way to import a result from the JB calculator into excel and then list the n digit number that you imported as single digits in a string of n consecutive cells (One digit per cell.)

Example: for Pi
1. Copy the 256 digits of Pi on JB's calculator.
2. In Excel , click on a cell and type an Apostrophe and then Paste, thus creating a text string of the 256 characters of pi in a single cell.
3. Enter 1-256 into 256 cells in a row, or a column. We will call those numbers "n". Then in a second row/column, use the LEFT function to write the first n characters (from the left) of the "Pi text string" into each of 256 cells (with n = 1-256).
4. Then in a third row or column, use the RIGHT function on the text strings in the 2nd row/column to print the first number from the right in the string of numbers in the row/column #2.

This produces a row/column of 256 cells with 3, ., 1, 4, 1, 5, 9, . . . . (yes, the period separating integer digits from fractional digits is counted as a character.)
*********************
Once we have pasted the 256 digit number into a single cell as a text string, what I was looking for was a function that was the opposite of CONCATENATE. That is a function that would split the text characters into separate cells. But it seemingly does not exist, so I instead I used the LEFT and RIGHT functions in sequence.

Does anyone know of an easier way to import the results of JB's calculator into Excel?
So many better men, a few of them friends, are dead. And a thousand thousand slimy things live on, and so do I.
unJon
unJon
  • Threads: 14
  • Posts: 4601
Joined: Jul 1, 2018
May 27th, 2020 at 4:52:56 PM permalink
Quote: gordonm888

Well, I've found a (clunky) way to import a result from the JB calculator into excel and then list the n digit number that you imported as single digits in a string of n consecutive cells (One digit per cell.)

Example: for Pi
1. Copy the 256 digits of Pi on JB's calculator.
2. In Excel , click on a cell and type an Apostrophe and then Paste, thus creating a text string of the 256 characters of pi in a single cell.
3. Enter 1-256 into 256 cells in a row, or a column. We will call those numbers "n". Then in a second row/column, use the LEFT function to write the first n characters (from the left) of the "Pi text string" into each of 256 cells (with n = 1-256).
4. Then in a third row or column, use the RIGHT function on the text strings in the 2nd row/column to print the first number from the right in the string of numbers in the row/column #2.

This produces a row/column of 256 cells with 3, ., 1, 4, 1, 5, 9, . . . . (yes, the period separating integer digits from fractional digits is counted as a character.)
*********************
Once we have pasted the 256 digit number into a single cell as a text string, what I was looking for was a function that was the opposite of CONCATENATE. That is a function that would split the text characters into separate cells. But it seemingly does not exist, so I instead I used the LEFT and RIGHT functions in sequence.

Does anyone know of an easier way to import the results of JB's calculator into Excel?



I believe excel has a Mid function that will pluck a string of X digits starting at position Y.
The race is not always to the swift, nor the battle to the strong; but that is the way to bet.
odiousgambit
odiousgambit
  • Threads: 326
  • Posts: 9577
Joined: Nov 9, 2009
May 27th, 2020 at 5:04:42 PM permalink
Quote: Wizard

Past which one?

I will not edit this if I get it wrong, 3.141592653589793238462

checking now ... where's JB when you need him?

OK, back now, it's correct, I'm sure all are convinced I didnt cheat LOL ... that's where I am and maybe sort of reaching my limit without devoting my life to it

and you?
the next time Dame Fortune toys with your heart, your soul and your wallet, raise your glass and praise her thus: “Thanks for nothing, you cold-hearted, evil, damnable, nefarious, low-life, malicious monster from Hell!”   She is, after all, stone deaf. ... Arnold Snyder
ThatDonGuy
ThatDonGuy
  • Threads: 117
  • Posts: 6273
Joined: Jun 22, 2011
May 27th, 2020 at 6:18:23 PM permalink
Quote: gordonm888

Well, I've found a (clunky) way to import a result from the JB calculator into excel and then list the n digit number that you imported as single digits in a string of n consecutive cells (One digit per cell.)

Does anyone know of an easier way to import the results of JB's calculator into Excel?


The way I would do it, requires a text editor that accepts regular expressions.
Copy and paste the string into the editor.
Do a regular expression replace of "." with ".\t" (\t is a tab)
Copy and paste the result into Excel; it recognizes tabs as cell separators.
JB
Administrator
JB
  • Threads: 334
  • Posts: 2089
Joined: Oct 14, 2009
May 27th, 2020 at 10:57:01 PM permalink
Quote: odiousgambit

I will not edit this if I get it wrong, 3.141592653589793238462

checking now ... where's JB when you need him?


You've got me beat. I only have pi and e memorized to the precision representable by a 64-bit float, which are 3.141592653589793 and 2.718281828459045 respectively. Pi is just memorization, but I remember this extent of e as follows: 2.7, then 1828 twice, then the degrees of a right triangle (45, 90, 45).

Anyway, I think there's more praise for me here than is warranted. I only came up with the expression syntax, parser, and documentation. The heavy lifting is done by the math.js library, which supports higher precision than what a 64-bit float can offer. Implementing that in Javascript must have been as much fun as sawing your arm off with a plastic knife.
tringlomane
tringlomane
  • Threads: 8
  • Posts: 6281
Joined: Aug 25, 2012
May 28th, 2020 at 1:15:51 AM permalink
Quote: JB

You've got me beat. I only have pi and e memorized to the precision representable by a 64-bit float, which are 3.141592653589793 and 2.718281828459045 respectively. Pi is just memorization, but I remember this extent of e as follows: 2.7, then 1828 twice, then the degrees of a right triangle (45, 90, 45).

Anyway, I think there's more praise for me here than is warranted. I only came up with the expression syntax, parser, and documentation. The heavy lifting is done by the math.js library, which supports higher precision than what a 64-bit float can offer. Implementing that in Javascript must have been as much fun as sawing your arm off with a plastic knife.



With regards to "e", the mnemonic in the US can even be stronger than that. Andrew Jackson was the 7th President of the US, first elected in 1828 TWICE.

And regardless of the difficulty you encountered, you do deserve praise as many other calculators stop much sooner.
  • Jump to: