Re: Missing equality operator
- From: "Dan Piponi" <google02@xxxxxxxxxx>
- Date: 6 Oct 2005 10:03:00 -0700
William Elliott said:
> How do you express trichotomy?
> Without expressing that axiom, then
> not a < b and not b < a
Maybe you need to state the kinds of things you might expect to start
with as axioms.
Actually there is a potential application for an axiom system without
equality. As a general rule, when writing numerical algorithms it's a
bad idea to compare two floating point numbers for exact equality
because numbers that 'ought' to be equal may fail to be because of
rounding errors, even if computed from exactly the same expressions.
Often a fuzzy approximate equality test works better.
.
- References:
- Re: Missing equality operator
- From: William Elliot
- Re: Missing equality operator
- From: Dan Piponi
- Re: Missing equality operator
- From: William Elliot
- Re: Missing equality operator
- Prev by Date: Re: Galois Field
- Next by Date: Re: indefinite integral and area
- Previous by thread: Re: Missing equality operator
- Next by thread: Re: Missing equality operator
- Index(es):
Relevant Pages
|