non-gon
    Preparing search index...

    Function descartesLawOfSignsThirdDegreePolynomial

    • Uses Descartes' Rule of Signs to check if a third-degree polynomial may have a negative root.

      Parameters

      • a3: number

        Coefficient of x³.

      • a2: number

        Coefficient of x².

      • a1: number

        Coefficient of x¹.

      • a0: number

        Constant term.

      Returns boolean

      True if the sign pattern suggests at least one positive real root.