From 034a8086049336e105179d98c6f7492ee4e6b47e Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Fri, 26 May 2023 02:08:17 +0000 Subject: [PATCH] ICU-20898 Improve number skeleton rounding increment docs See #2475 --- docs/userguide/format_parse/numbers/skeletons.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/userguide/format_parse/numbers/skeletons.md b/docs/userguide/format_parse/numbers/skeletons.md index 279a2207be1..9dbf7f7deaf 100644 --- a/docs/userguide/format_parse/numbers/skeletons.md +++ b/docs/userguide/format_parse/numbers/skeletons.md @@ -200,6 +200,13 @@ To round to the nearest nickel, for example, use the skeleton `precision-increment/0.05`. For more information on the decimal number syntax, see [Scale](#scale). +`precision-increment/dddd` implies minimum and maximum fraction digits equal to the +precision of the decimal. There is not currently a way in skeleton syntax to specify +an arbitrary min/max fraction digits when a rounding increment is used. + +All rounding occurs after the number is scaled, such as in scientific notation or +the `scale` skeleton. + #### Fraction Precision The following are examples of fraction-precision stems: