Maximum Maximum ¶ Bases: SNorm SNorm to compute the maximum of any two values. Equation \(a \oplus b=\max(a,b)\) related fuzzylite.norm.Minimum fuzzylite.norm.SNorm fuzzylite.norm.Norm fuzzylite.factory.SNormFactory Functions¶ compute ¶ compute(a: Scalar, b: Scalar) -> Scalar Computes the maximum of two membership function values. Parameters: Name Type Description Default a Scalar membership function value required b Scalar membership function value required Returns: Type Description Scalar \(a \oplus b=\max(a,b)\)