Skip to content

Commit

Permalink
Fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 4, 2012
1 parent d063929 commit 90f5635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arith/binc
Expand Up @@ -109,7 +109,7 @@ Or : %s [options] row {n}
Or : %s [options] tri {nmax}
Computes binomial coefficients, optionally reduced mod p.
ch: compute a single binomial coefficient.
row: compute a row of Pascal's triangle: n choose k for k = 0 to kmax.
row: compute a row of Pascal's triangle: n choose k for k = 0 to n.
tri: compute nmax rows of Pascal's triangle.
Options:
-p {p}: Prime to reduce by.
Expand Down

0 comments on commit 90f5635

Please sign in to comment.