Whole document tree
    

Whole document tree

DELTA

DELTA

Name

DELTA -- 

Description

DELTA function tests for numerical equivalence of two arguments, returning 1 in case of equality. @y is optional, and defaults to 0.

If either argument is non-numeric returns a #VALUE! error.

This function is Excel compatible.

Examples

DELTA(42.99,43) equals 0.

See also

EXACT, GESTEP.