Does the order matter to add a sequence of floating numbers
- From: JosephLee <shoupeili@xxxxxxxxx>
- Date: Tue, 30 Oct 2007 16:10:31 -0000
Let's say float arr[100], we want to add them up, does the order
matter? what is the different between arr[0] +..+ arr[99], and
arr[99]+...+arr[0]?
.
- Follow-Ups:
- Re: Does the order matter to add a sequence of floating numbers
- From: Chris Bore
- Re: Does the order matter to add a sequence of floating numbers
- From: mensanator@xxxxxxx
- Re: Does the order matter to add a sequence of floating numbers
- From: CBFalconer
- Re: Does the order matter to add a sequence of floating numbers
- From: Ed Prochak
- Re: Does the order matter to add a sequence of floating numbers
- From: Duncan Muirhead
- Re: Does the order matter to add a sequence of floating numbers
- From: Richard Heathfield
- Re: Does the order matter to add a sequence of floating numbers
- Prev by Date: Calculate the precision of a floating point number (ie: the number of decimal places)
- Next by Date: Re: Does the order matter to add a sequence of floating numbers
- Previous by thread: Calculate the precision of a floating point number (ie: the number of decimal places)
- Next by thread: Re: Does the order matter to add a sequence of floating numbers
- Index(es):