invoke

abstract operator fun invoke(vararg args: Double): Double

Applies the function with the specified arguments and returns its result.

Return

the result of the function

Parameters

args

the arguments of the function