invoke

abstract operator fun invoke(left: Double, right: Double): Double

Applies the operator to the given arguments.

Return

the result of the operation

Parameters

left

the left argument

right

the right argument