Ignacio Díaz-Emparanza schrieb:
Is there a way to use a factorial of a number in a "genr"
formula?
I do not find it in the manual.
I mean for example
genr F = 4! (=4x3x2x1)
I don't know, but since factorials quickly become computationally
intensive, you might want to think about using a recursive formula for
your problem. (I'm thinking of computing the Poisson distribution for
example. But of course, your problem may be totally different and then
my comment won't help you at all.)
-sven