Add note about n being zero to stack post
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a7a6d7ff13
commit
0eb1abd26d
|
@ -261,7 +261,12 @@ As before, we push the desired answer onto the stack:
|
|||
{{< stack >}}
|
||||
{{< stack_element >}}{{< /stack_element >}}
|
||||
{{< stack_element >}}1{{< /stack_element >}}
|
||||
{{< stack_element >}}\(n\){{< /stack_element >}}
|
||||
{{< stack_element >}}
|
||||
{{< sidenote "right" "zero-note" "\(n\)" >}}
|
||||
At this point, we know that \(n\) is equal to 0. However, for the sake of consistency,
|
||||
and to avoid confusion, I do not substitute 0 here.
|
||||
{{< /sidenote >}}
|
||||
{{< /stack_element >}}
|
||||
{{< stack_element >}}factorial{{< /stack_element >}}
|
||||
{{< /stack >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user