[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Function that reduces the number of digits to the

Subject: Re: Function that reduces the number of digits to the right of the decimal point?
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Jun 2020 18:19:07 -0000
Re:  Function that reduces the number of digits to the
On Tue, 2020-06-23 at 15:49 +0000, Michael Kay mike@xxxxxxxxxxxx wrote:
> Do you absolutely want truncation (so 4.99 becomes 4.9) or will
> rounding do (so 4.99 becomes 5.0)?
> 
> If rounding will do, then use round($x, -$desired-digits).
> 
> If you really want truncation then consider the "idiv" operator, for
> example (4.99 * 10 idiv 10) gives 4.9: you can construct the value 10
> as math:pow(10, $desired-digits).

Although this is shorter and clearer, it's not pedantically correct
(ignoring the typo you later corrected) in regards to overflow.

I took the question as wanting an alternative to floor() and friends!

You may also end up with an unwanted trailing .0 using these functions.

Ths sort of cleanup (but more often with rounding) is often done on SVG
files, to make them much smaller.

Liam

-- 
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations:  http://www.fromoldbooks.org

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.