What is the reverse operation of a factorial?

130 Views Asked by At

Is there a mathematical function $f$ that takes $n!$ as an input, and returns $n$?

For example,

$f(720) = 6$