kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
FloatField
/
divide
divide
open
inline override
fun
divide
(
left
:
Float
,
right
:
Float
)
:
Float
(
source
)
Division of two elements.
Return
the quotient.
Parameters
left
the dividend.
right
the divisor.