Printing Module =============== The printing module provides functions for formatting mathematical expressions, polynomial coefficients, and other numerical data for display purposes. This module provides functions for formatting mathematical expressions, polynomial coefficients, and other numerical data for display purposes. It includes utilities for formatting monomials, complex coefficients, and polynomial tables. All formatting functions are designed to produce clean, readable output for mathematical expressions and numerical data. .. currentmodule:: hiten.utils.printing Formatting Functions -------------------- Functions for formatting mathematical expressions and numerical data. .. autofunction:: _monomial_to_string .. autofunction:: _fmt_coeff .. autofunction:: _format_poly_table