kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
FieldOps
/
div
div
open
operator
fun
T
.
div
(
arg
:
T
)
:
T
(
source
)
Division of two elements.
Receiver
the dividend.
Return
the quotient.
Parameters
arg
the divisor.