Sujet : Re: exercise in double number arithmetic
De : nobody (at) *nospam* nowhere.invalid (Marc Olschok)
Groupes : comp.lang.forthDate : 14. Jul 2024, 22:49:10
Autres entêtes
Message-ID : <v71h4m$jsug$2@solani.org>
References : 1 2
User-Agent : tin/2.4.4-20191224 ("Millburn") (Linux/2.6.33.4 (i686))
On Sun, 14 Jul 2024 23:43:07 Marc Olschok wrote:
On Sat, 06 Jul 2024 22:20:45 Krishna Myneni wrote:
[...]
Yes, M*/ comes in handy for C(n,0) = 1 , C(n+1,k+1) = C(n,k)*n/k
_________________________________________________________^^^^^^^^^^
of course this shoul[d read C(n,k)*(n+1)/(k+1)
-- M.O.