div

operator fun <T : AlgebraElement<T, F>, F : Field<T>> T.div(b: T): T

Divides this element by another one.

Return

the quotient.

Parameters

b

the divisor.