• Parameters

    • param0s: readonly number[]

      array of inputs to try for the first param

    • param1s: readonly number[]

      array of inputs to try for the second param

    • op: BinaryOp<number>

      callback called on each pair of inputs to produce each case

    Returns Case[]

    an array of Cases for operations over a range of inputs

Generated using TypeDoc