File: matho-pascal.1

package info (click to toggle)
mathomatic 16.0.5-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,192 kB
  • sloc: ansic: 22,029; makefile: 340; sh: 319; python: 96; awk: 39
file content (37 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH MATHO-PASCAL 1 "" "Mathomatic" "Mathomatic Utilities"

.SH NAME
matho-pascal \- display Pascal's triangle

.SH SYNOPSIS
.B matho-pascal
[number-of-lines]

.SH DESCRIPTION
This command-line utility is optionally part of the
.BR mathomatic (1)
package.
It calculates up to 1000 lines of Pascal's triangle using floating point arithmetic,
dumping the lines to standard output.
The default is to center one screen full.

Every number inside Pascal's triangle is the sum of the two numbers
immediately above it.

Each line of Pascal's triangle is the same as the binomial coefficients
for a given power.

The sum of all numbers in each line of Pascal's triangle is a power of 2.

.SH AUTHOR 
George Gesslein II (gesslein@mathomatic.org)
at "http://www.mathomatic.org".

.SH "REPORTING BUGS"
If you find a bug, please report it to the author
or at "https://launchpad.net/mathomatic".

.SH "SEE ALSO"
.BR mathomatic (1),
.BR matho-primes (1),
.BR matho-sumsq (1)