polymerist.maths.combinatorics.tables ===================================== .. py:module:: polymerist.maths.combinatorics.tables .. autoapi-nested-parse:: Tabular and printable forms of collections of combinatorial numbers Functions --------- .. autoapisummary:: polymerist.maths.combinatorics.tables.pascal Module Contents --------------- .. py:function:: pascal(N: int) -> str Generate a printable string of the first N rows of Pascal's triangle :Parameters: **N** (*int*) -- Number of rows to print :returns: **pascal_string** -- A string consisting of each row of Pascal's triangle, center-justified and separated by newline characters :rtype: str