kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
LongRing
/
multiply
multiply
open
inline override
fun
multiply
(
left
:
Long
,
right
:
Long
)
:
Long
(
source
)
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.