InvertibleFunction

A function f(x) that also has a valid f-1(x). The domain and range of this function must be 0-1.

Inheritors

Functions

Link copied to clipboard
abstract fun inverse(value: Float): Float

Inverse of invoke.

Link copied to clipboard
abstract operator fun invoke(value: Float): Float