valueInFuzzy

fun valueInFuzzy(x: Double, y: Double, tolerance: 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. However, a fuzziness is allowed with a certain tolerance.

Parameters

x

parameter x for the function evaluation

y

parameter y for the function evaluation

tolerance

allowed tolerance for fuzzy contains evaluation