Menu

DELTA

Description

Tests the equality of two numbers. Returns 1 if number1 = number2; otherwise, returns 0. This function can be used to filter a set of values. For example, when adding several DELTA functions, you can find the number of identical pairs. This function is also known as the Kronecker Delta function.

Examples

DELTA(15, 15) = 1

DELTA(150, 36) = 0

DELTA(NAN) = NAN

DELTA(INF) = NAN

DELTA(-INF) = NAN

On this page