diff options
author | Preston Pan <preston@nullring.xyz> | 2024-02-27 17:04:35 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-02-27 17:04:35 -0800 |
commit | 690dbc807b2d5349cba26b3e021cbb16a3238dba (patch) | |
tree | a416446afacc3709651a4e531e4853fc5b4cf5ab /mindmap/factorial.org | |
parent | a3fa907f7c0a23a32d64983087820231c68b3e82 (diff) |
more journal entries
Diffstat (limited to 'mindmap/factorial.org')
-rw-r--r-- | mindmap/factorial.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mindmap/factorial.org b/mindmap/factorial.org index 2f738b1..0f00101 100644 --- a/mindmap/factorial.org +++ b/mindmap/factorial.org @@ -6,7 +6,7 @@ #+options: num:nil #+html_head: <link rel="stylesheet" type="text/css" href="../style.css" /> -* Introduction + Introduction The factorial [[id:b1f9aa55-5f1e-4865-8118-43e5e5dc7752][function]] $n!: \mathbb{N} \rightarrow \mathbb{N}$ describes the amount of ways one can arrange $n$ differentiable objects. In practice: \begin{align*} 0! = 1 \\ |