kmath
common
kmath-core
/
space.kscience.kmath.operations
/
NumbersAddOps
/
plus
plus
common
open
operator
fun
T
.
plus
(
other
:
Number
)
:
T
Content copied to clipboard
Addition of element and scalar.
Receiver
the augend.
Parameters
other
the addend.
open
operator
fun
Number
.
plus
(
other
:
T
)
:
T
Content copied to clipboard
Addition of scalar and element.
Receiver
the augend.
Parameters
other
the addend.