cm0002@lemmy.world to Funny@sh.itjust.works · 10 days agoLife Hacklemmy.mlimagemessage-square63fedilinkarrow-up1858arrow-down19
arrow-up1849arrow-down1imageLife Hacklemmy.mlcm0002@lemmy.world to Funny@sh.itjust.works · 10 days agomessage-square63fedilink
minus-squarestebo@lemmy.dbzer0.comlinkfedilinkarrow-up8·edit-29 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.