kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
FieldOps
/
divide
divide
abstract
fun
divide
(
left
:
T
,
right
:
T
)
:
T
(
source
)
Division of two elements.
Return
the quotient.
Parameters
left
the dividend.
right
the divisor.