RE: [xsl] Rounding to the nearest .25?

Subject: RE: [xsl] Rounding to the nearest .25?
From: "Zaleski, Matthew \(M.E.\)" <mzaleski@xxxxxxxx>
Date: Wed, 23 Aug 2006 13:13:42 -0400
<xsl:value-of select="round($original_value*4) div 4"/>

would be my guess.

--Matt

> -----Original Message-----
> From: Steve [mailto:subsume@xxxxxxxxx]
> Sent: Wednesday, August 23, 2006 12:57 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Rounding to the nearest .25?
>
> Given a set of numbers like 58.12308, 9.848, 38.97131, how
> can I get these things to be 58, 9.75, and 39, respectively?
>
> -Steve

Current Thread