| Jean-Luc ARNAUD on Wed, 22 Mar 2023 02:03:04 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| defining a recurrence |
Hi all, Looking in PariGP documentation, I don't find how to define a recurrence. For example, let say I'd like to define the Factorial function F: F(x+1)=F(x)*(x+1) F(1)=1 How to define F, if possible? TIA -- Jean-Luc Arnaud