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,186GitHub पर देखें↗

    big.js is an arbitrary-precision decimal library for JavaScript designed to perform exact decimal arithmetic. It provides a set of tools for high-precision addition, subtraction, multiplication, and division to avoid the rounding errors common in binary floating-point representations. The library allows for the creation of custom number constructors to isolate precision settings and rounding rules for different groups of numbers. It supports configurable global precision and specific rounding behaviors, such as truncate or round half even, for division and power operations. The capability su

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

    JavaScript
    GitHub पर देखें↗5,186
  • openexchangerates/accounting.jsopenexchangerates का अवतार

    openexchangerates/accounting.js

    4,985GitHub पर देखें↗

    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