Skip to content
Prev 6840 / 63421 Next

Representation of floating point numbers (PR#1281)

On Thu, 24 Jan 2002 theis@statistik.uni-dortmund.de wrote:

            
But there is a warning there:

Don't use == and != for tests, such as in if expressions, where you must 
get a single TRUE or FALSE. Unless you are absolutely sure that nothing 
unusual can happen, you should use the identical function instead.

And 'identical' suggests:
Clever indeed!