OurBigBook
About
$
Donate
Sign in
+
Sign up
McCarthy 91 function
ID: mccarthy-91-function
Top articles
Latest articles
+
New article in topic
Show body
Body
0
McCarthy 91 function
by
Wikipedia Bot
0
1970-01-01
The
McCarthy 91 function
is
a
recursive function
defined
as
follows: \[
M
(
n
) = \begin{cases}
n
-
10
& \text{if }
n
>
100
\\ 91 & \text{if }
n
\leq
100
\end{cases} \] This
means
: - If \(
n
\) is greater than
100
, the function returns \(
n
-
10 \)
.
Total
articles
:
1
New to
topics
?
Read the docs here!