xsl-list
[Top] [All Lists]

Re: [xsl] round-half-to-even problem.

2011-01-24 08:54:18
On 24/01/2011 14:39, Szabo, Patrick (LNG-VIE) wrote:
Example:
<data type="Number">1351.845</data>

Output:
<absatz>1351.84</absatz>

Desired:
<absatz>1351.85</absatz>



the -even in round-to-half-even means that you round a half to the nearest even number ie you get 4 not 5 at the end in this case, If you don't want that then use a different rounding function.

David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>