FunctionIfc

fun interface FunctionIfc

FunctionIfc is an interface for mathematical functions of a single variable, that is functions of the form f(x).

Inheritors

Functions

Link copied to clipboard
abstract fun f(x: Double): Double

Returns the value of the function for the specified variable value.