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