Comment on Virgin Physicists
weker01@sh.itjust.works 2 days agoNo, correctly it would be n * (n-1) * (n-2) * … * 3 * 2* 1
Or the actual recursive definition
1! = 1
n! = (n-1)! * n
Comment on Virgin Physicists
weker01@sh.itjust.works 2 days agoNo, correctly it would be n * (n-1) * (n-2) * … * 3 * 2* 1
Or the actual recursive definition
1! = 1
n! = (n-1)! * n
InternetCitizen2@lemmy.world 2 days ago
What I wrote and the context it makes sense.
weker01@sh.itjust.works 2 days ago
Yea, reading my message back I was unnecessarily harsh. But my math checks out.
Sorry, I had a bad day…
InternetCitizen2@lemmy.world 2 days ago
No worries. It happens