pooltool.ptmath.roots.quadratic =============================== .. py:module:: pooltool.ptmath.roots.quadratic Overview -------- .. list-table:: Function :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`solve `\ (a, b, c) - Solve a quadratic equation :math:`A t^2 + B t + C = 0` (just-in-time compiled) Functions --------- .. py:function:: solve(a: float, b: float, c: float) -> tuple[float, float] Solve a quadratic equation :math:`A t^2 + B t + C = 0` (just-in-time compiled)