Post Reply 
Physics brushup
04-24-2024, 01:32 AM
Post: #8
RE: Physics brushup
(04-23-2024 03:09 AM)Namir Wrote:  Euler constant = 1/sqrt(3+1/715) = 0.57721574 which is accurate to 6 decimals.

Namir

Yes,

I had tried that one as well, but it only returns 0.5772156648, even if the steps 12 and 13 are swapped. There is another 14-step program that returns 0.5772156649 on the 15C (rather obvious, I wonder how I missed it), but I’ll start a specific thread in the main forum later.

Regards,

Gerson.

Code:

#  Program occupies 14 bytes.

   000 {          } 
   001 { 42 21 11 } f LBL A
   002 {        7 } 7
   003 {        1 } 1
   004 {        4 } 4
   005 {       48 } .
   006 {        6 } 6
   007 {        2 } 2
   008 {        3 } 3
   009 {       15 } 1/x
   010 {        3 } 3
   011 {       40 } +
   012 {       11 } sqrt(x)
   013 {       15 } 1/x
   014 {    43 32 } g RTN
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Physics brushup - Gerson W. Barbosa - 04-21-2024, 12:21 AM
RE: Physics brushup - Thomas Klemm - 04-21-2024, 02:01 AM
RE: Physics brushup - Gerson W. Barbosa - 04-21-2024, 03:32 AM
RE: Physics brushup - Thomas Klemm - 04-21-2024, 06:57 AM
RE: Physics brushup - Thomas Klemm - 04-21-2024, 09:58 AM
RE: Physics brushup - Gerson W. Barbosa - 04-21-2024, 12:25 PM
RE: Physics brushup - Namir - 04-23-2024, 03:09 AM
RE: Physics brushup - Gerson W. Barbosa - 04-24-2024 01:32 AM



User(s) browsing this thread: 2 Guest(s)