Pol.opBinary

Returns the integer division result this / d.

  1. Pol opBinary(Pol y)
  2. Pol opBinary(Pol y)
  3. Pol opBinary(Pol d)
    struct Pol
    const
    opBinary
    (
    string op
    )
    ()
    if (
    op == "/"
    )
  4. Pol opBinary(Pol d)

Meta