Comment on Virgin Physicists

<- View Parent
weker01@sh.itjust.works ⁨2⁩ ⁨days⁩ ago

No, correctly it would be n * (n-1) * (n-2) * … * 3 * 2* 1

Or the actual recursive definition

1! = 1

n! = (n-1)! * n

source
Sort:hotnewtop