Personal website Rudolf Adamkovič

Home / Computer science / Recursive case


Example

The second case in

\begin{equation*} x! = \begin{cases} 1 & x = 1 \\ x \cdot (x - 1)! & x \ne 1. \end{cases} \end{equation*}

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.