You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bruno P. Kinoshita (Jira)" <ji...@apache.org> on 2021/06/13 21:40:00 UTC

[jira] [Commented] (TEXT-207) Include DoubleFormats utility from commons-geometry

    [ https://issues.apache.org/jira/browse/TEXT-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17362616#comment-17362616 ] 

Bruno P. Kinoshita commented on TEXT-207:
-----------------------------------------

Thanks for creating the issue [~mattjuntunen] !

> Include DoubleFormats utility from commons-geometry
> ---------------------------------------------------
>
>                 Key: TEXT-207
>                 URL: https://issues.apache.org/jira/browse/TEXT-207
>             Project: Commons Text
>          Issue Type: New Feature
>            Reporter: Matt Juntunen
>            Priority: Major
>
> commons-geometry currently contains a [DoubleFormats|https://github.com/apache/commons-geometry/blob/master/commons-geometry-io-core/src/main/java/org/apache/commons/geometry/io/core/utils/DoubleFormats.java] utility class in the {{commons-geometry-io-core}} module that produces standardized string representations of doubles for use in text-based data formats. It has the following features:
> - It is completely thread-safe.
> - It produces string in scientific, engineering, plain, or mixed (plain or scientific depending on value) formats.
> - Performance is comparable to {{DecimalFormat}} and {{BigDecimal}}.
> As mentioned on the dev mailing list, I believe that this class has broader applicability than just geometric data formats and would be a good fit for commons-text.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)