kmath
common
kmath-core
/
space.kscience.kmath.operations
/
ScaleOperations
/
div
div
common
open
operator
fun
T
.
div
(
k
:
Number
)
:
T
Content copied to clipboard
Division of this element by scalar.
Receiver
the dividend.
Return
the quotient.
Parameters
k
the divisor.
Sources
common source
Link copied to clipboard