18 Jul
2020
18 Jul
'20
10:36 p.m.
Fabrice Couvreur schrieb am 18.07.2020 um 22:25:
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?
In your first version you used the context function in the loop to print the output of the Binom but the Binom function used context as well, this could result in context(context(...)).
How not to display the .0 ?
Format the content of the context function to show only integer values, e.g. context("%d",Binom(...)). For more information search for formatter in cld-mkiv.pdf. Wolfgang