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