• Defines a quadratic function.

    Parameters

    • a: number

      The leading coefficient

    • b: number

      The middle coefficient

    • c: number

      The last coefficient (the constant)

    • Optional form: "stan" | "vert" = "stan"

      The form of the polynomial, which can be "stan" for standard form or "vert" for vertex form

    Returns ChalkboardFunction

Generated using TypeDoc