cm0002@lemmy.world to Funny@sh.itjust.works · 3 days agoLife Hacklemmy.mlexternal-linkmessage-square61fedilinkarrow-up1841
arrow-up1841external-linkLife Hacklemmy.mlcm0002@lemmy.world to Funny@sh.itjust.works · 3 days agomessage-square61fedilink
minus-squarestebo@lemmy.dbzer0.comlinkfedilinkarrow-up8·edit-22 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.