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

Subject: Re: [xsl] Rounding to the nearest .25?
From: Steve <subsume@xxxxxxxxx>
Date: Wed, 23 Aug 2006 13:15:54 -0400
more a question for [algebra]. Thanks guys.

On 8/23/06, Zaleski, Matthew (M.E.) <mzaleski@xxxxxxxx> wrote:
<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