value

fun value(x: Double): Either<Exception, Double>

Evaluation of z = f(x) with strict checking whether x is within the function's domain.

Return

returns Result.Success(z) = f(x), if x is strictly contained in domain and evaluation was successful

Parameters

x

parameter x of function