apply

abstract fun apply(input: Double): Double

Applies this function to the input value and returns the result.

Return

the result

Parameters

input

the input value to the function