19 Jul
2020
19 Jul
'20
12:05 a.m.
On 18 Jul 2020, at 23:35, Otared Kavian
wrote: On 18 Jul 2020, at 22:25, Fabrice Couvreur
wrote: Hi Wolfgang,
It works but why did you ask this question since I finally use context ? Are you sure you want to use context(...) here? How not to display the .0 ?
Or even better, you can return an integer in your Binom function: return math.round((n*Binom(n-1,k-1))/k) Best regards: Otared