kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
ScaleOperations
/
div
div
open
operator
fun
T
.
div
(
k
:
Number
)
:
T
(
source
)
Division of this element by scalar.
Receiver
the dividend.
Return
the quotient.
Parameters
k
the divisor.