Creates Possibilistic Membership directly by comparing two fuzzy numbers. The operation is fn_a >= fn_b.

The output cannot be properly represented as Expression outcome. It is only used in other expressions.

Syntax

possibilistic_exceedance(fn_a, fn_b)

Arguments

fn_a Fuzzy number.
fn_b Fuzzy number.

Examples