Skip to content

Commit

Permalink
Latest build deployed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zune-Ahmed committed Feb 25, 2024
1 parent 91e957a commit 0d215d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<!--********************************************-->
<!--* Generated from PreTeXt source *-->
<!--* on 2024-02-25T23:04:12Z *-->
<!--* on 2024-02-25T23:16:32Z *-->
<!--* A recent stable commit (2022-07-01): *-->
<!--* 6c761d3dba23af92cba35001c852aac04ae99a5f *-->
<!--* *-->
Expand Down
2 changes: 1 addition & 1 deletion sec-combinatorics.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h2 class="search-results-heading">Search Results: </h2>
<pre id="sec-combinatorics-3-5" class="ptx-sagecell sagecell-sage"><script type="text/x-sage">Combinations(5, 3).cardinality()
</script></pre>
<div class="para" id="sec-combinatorics-3-6">Another method would be using the <code class="code-inline tex2jax_ignore">binomial()</code> function.</div>
<pre id="sec-combinatorics-3-7" class="ptx-sagecell sagecell-sage"><script type="text/x-sage">Combinations(5, 3)
<pre id="sec-combinatorics-3-7" class="ptx-sagecell sagecell-sage"><script type="text/x-sage">binomial(5, 3)
</script></pre></section><section class="subsection" id="sec-combinatorics-4"><h3 class="heading hide-type">
<span class="type">Subsection</span><span class="space"> </span><span class="codenumber">3.1.3</span><span class="space"> </span><span class="title">Permutations</span>
</h3>
Expand Down

0 comments on commit 0d215d5

Please sign in to comment.