Re: [xsl] Magic numbers

Subject: Re: [xsl] Magic numbers
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Nov 2003 15:01:58 GMT

  7 is the only number that produces a result with many decimals...
  I would expect all the numbers behave that way or to behave in the 
  other way i.e. only a couple of decimals... but I didn't expect it
  to behave in a different way depending on the number.

that's just an artifact of the default display mode, it doesn't show
trailing 0s, so if the rounding error turns out to be zero, or less than
the cut off for display purposes, you'll get less decimals printed out.



> I guess I'll have to start using format-number when the number is 7. ;-)

You should always use it for any kind of human-oriented display of
floating point numbers.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread