logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

matho-pascal - display Pascal's triangle

Author

Description

       This  command-line  utility  is  optionally  part of the 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.

Name

       matho-pascal - display Pascal's triangle

Reporting Bugs

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

See Also

mathomatic(1), matho-primes(1), matho-sumsq(1)

Mathomatic                                                                                       MATHO-PASCAL(1)

Synopsis

matho-pascal [number-of-lines]

See Also