cm0002@lemmy.world to Funny@sh.itjust.works · 6 days agoLife Hacklemmy.mlimagemessage-square63linkfedilinkarrow-up1852arrow-down18cross-posted to: [email protected]
arrow-up1844arrow-down1imageLife Hacklemmy.mlcm0002@lemmy.world to Funny@sh.itjust.works · 6 days agomessage-square63linkfedilinkcross-posted to: [email protected]
minus-squarestebo@lemmy.dbzer0.comlinkfedilinkarrow-up7·edit-25 days agoBy the way guys, a very similar approximation for 8, which also starts at 9.000 for n=1, but quickly gets much closer to 8 for increasing n, is: exp{-2(n-1)} + 8 It approaches 8 about as fast as the above method but this one has a simple formula that is usable in python etc.
By the way guys, a very similar approximation for 8, which also starts at 9.000 for n=1, but quickly gets much closer to 8 for increasing n, is:
exp{-2(n-1)} + 8
It approaches 8 about as fast as the above method but this one has a simple formula that is usable in python etc.