awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesNumeric String Parsers

Utilities that convert textual numeric representations into high-precision internal formats.

Distinct from String Parsing: Specific to numeric types and precision preservation, unlike general string-to-object parsing.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Numeric String Parsers. Refine with filters or upvote what's useful.

Awesome Numeric String Parsers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mikemcl/big.jsMikeMcl 的头像

    MikeMcl/big.js

    5,186在 GitHub 上查看↗

    big.js 是一个用于 JavaScript 的任意精度十进制库,专为执行精确的十进制算术运算而设计。它提供了一套用于高精度加、减、乘、除的工具,以避免二进制浮点数表示中常见的舍入误差。 该库允许创建自定义数字构造函数,以便为不同类别的数字隔离精度设置和舍入规则。它支持可配置的全局精度以及特定的舍入行为(如截断或四舍五入到偶数),适用于除法和幂运算。 其能力范围涵盖基础算术、比较逻辑以及平方根和整数幂的计算。它还包括高精度格式化工具,可将数值转换为定点、指数或有效数字字符串。

    Parses numeric inputs as strings to preserve exact precision before internal representation.

    JavaScript
    在 GitHub 上查看↗5,186
  • openexchangerates/accounting.jsopenexchangerates 的头像

    openexchangerates/accounting.js

    4,985在 GitHub 上查看↗

    accounting.js 是一个 JavaScript 库和工具套件,用于格式化本地化的数字和货币字符串、舍入十进制值以及解析货币字符串。它提供了使用特定语言的分隔符和自定义符号将数值转换为人类可读字符串的工具。 该库包括一个货币字符串解析器,通过删除符号和分隔符从格式化字符串中提取原始数值。它还具有一个浮点舍入工具,旨在防止金融计算期间的二进制精度错误。 其他功能涵盖了金融表中货币符号和十进制点的垂直对齐。该工具集还支持本地化的数字格式化,以及将数字或数字数组转换为具有特定精度设置的字符串。

    Extracts raw numerical values from formatted strings by removing non-numeric characters and separators.

    JavaScript
    在 GitHub 上查看↗4,985
  1. Home
  2. Programming Languages & Runtimes
  3. String Parsing
  4. Numeric String Parsers