kmath-core
/
space.kscience.kmath.operations
/
div
common
div
operator fun <
T
:
AlgebraElement
<
T
,
F
>,
F
:
Field
<
T
>>
T
.
div
(b:
T
):
T
Content copied to clipboard
Divides this element by another one.
Return
the quotient.
Parameters
b
the divisor.