chunker ~master (2019-09-24T23:08:55Z)
Dub
Repo
Pol.opBinary
chunker
polynomials
Pol
Returns the integer division result
this / d
.
Pol
opBinary
(Pol y)
Pol
opBinary
(Pol y)
Pol
opBinary
(Pol d)
struct
Pol
const
Pol
opBinary
(
string
op
)
(
Pol
d
)
if
(
op
== "/"
)
Pol
opBinary
(Pol d)
Meta
Source
See Implementation
chunker
polynomials
Pol
aliases
Base
functions
benchmarkPolDeg
benchmarkPolDiv
benchmarkPolDivMod
benchmarkPolGetRandom
benchmarkPolIrreducible
benchmarkPolMod
expand
mulMod
opBinary
parseBin
toString
properties
deg
irreducible
static functions
derive
divMod
gcd
getRandom
variables
value
Returns the integer division result this / d.