value

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

Returns the value z = f(x, y). If x is not in domainX or y is not in domainY an error is returned.

Parameters

x

parameter x for the function evaluation

y

parameter y for the function evaluation