[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    From: DRB at MIT-MC (David R. Barton)

    (equal 0 0.0) returns NIL.  Is there a way to win for checking equality of
    two lisp numbers, which can be fix, flo, or big?

What's wrong with (ZEROP (DIFFERENCE x y)) ? [contagious flonumification]