Interface SolverOptions

Hierarchy

Properties

equationSortFunction?: ((a, b) => number)

Type declaration

    • (a, b): number
    • Function that is used to sort all equations before each solve.

      Parameters

      Returns number