cm0002@lemmy.world to Funny@sh.itjust.works · 2 days agoLife Hacklemmy.mlimagemessage-square62fedilinkarrow-up1826arrow-down19cross-posted to: funny@lemmy.ml
arrow-up1817arrow-down1imageLife Hacklemmy.mlcm0002@lemmy.world to Funny@sh.itjust.works · 2 days agomessage-square62fedilinkcross-posted to: funny@lemmy.ml
minus-squarestebo@lemmy.dbzer0.comlinkfedilinkarrow-up7·edit-223 hours 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.