Skip to main content
Source Link
user92069
user92069

APL (Dyalog Unicode), 4 bytes

I was just copying Bubbler's solution. I didn't write it, so it's community wiki.

!⍣¯1 

Try it online!

Explanation

 ⍣¯1 The inverse of this function: ! Factorial function 
Post Made Community Wiki by user92069