Table Utilities =============== Functions for printing formatted tables in the console. English API (Aliases) --------------------- .. autofunction:: numpyy.divided_difference_table .. autofunction:: numpyy.interpolation_table .. autofunction:: numpyy.integration_table .. autofunction:: numpyy.iteration_table .. autofunction:: numpyy.print_table Backend French API ------------------ .. automodule:: numpyy.tableaux :members: Example: Divided Differences Table ---------------------------------- .. code-block:: python import numpyy as ny ny.divided_difference_table([0, 1, 2], [1, 3, 2])