Sujet : Re: exercise in double number arithmetic
De : melahi_ahmed (at) *nospam* yahoo.fr (Ahmed)
Groupes : comp.lang.forthDate : 15. Jul 2024, 09:12:48
Autres entêtes
Organisation : novaBBS
Message-ID : <27272939128fda526e89e1516be61081@www.novabbs.com>
References : 1 2 3 4 5
User-Agent : Rocksolid Light
Hi, thanks for sharing.
I noticed that it works fine for C(n,p) where 0<=n<48 and 0<=p<=n.
But for n = 48, it works fine for p<=21. and when 21<p<=n, it gives
different results than WolframAlpha.
When n>=49 the results are false.
It's nice to know why and what are the limits.
Ahmed