About
Python
C++
Developer's guide
Defined in File misc.h
Check whether the value of a Heaviside function differs for the two arguments.
Assumes H(x) = (x >= 1 ? 1 : 0).
a – First value
b – Second value
H(a) != H(b).