| Bill Allombert on Mon, 11 Oct 2021 10:37:31 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: binomial() is broken |
Le Sun, Oct 10, 2021 at 11:13:00PM -0400, Max Alekseyev a écrit :
> In the current Version 2.14.0 (development 26989-2b91f3259) I see:
>
> ? binomial(3,5)
> %1 = 3
>
> while it should be zero by any count.
Thanks! the first bad commit is
commit 23262771523857cde088e75a4930007fe2d3f29b
Author: Karim Belabas <Karim.Belabas@math.u-bordeaux.fr>
Date: Wed Sep 1 20:33:29 2021 +0200
cleanup binomial()
Cheers,
Bill