On 05/01/2024 14:27, Ursula Hermann wrote:
This is a formular with factorial.
0! := 1
(n + 1)! := (n + 1) n!
this looks more like a code example than a math formula
Can someone help me please?
\starttyping
0! := 1
(n + 1)! := (n + 1) n!
\stoptyping