awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesSafe Arithmetic Operations

Performing safe, precise arithmetic on monetary values without floating-point errors, including addition, subtraction, and proportional allocation.

Distinct from Monetary: Distinct from Monetary: focuses on the arithmetic operations themselves rather than the value object pattern.

Explore 1 awesome GitHub repository matching software engineering & architecture · Safe Arithmetic Operations. Refine with filters or upvote what's useful.

Awesome Safe Arithmetic Operations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dinerojs/dinero.jsAvatar dinerojs

    dinerojs/dinero.js

    6,758Vezi pe GitHub↗

    Dinero.js is a TypeScript-first library for creating, calculating, and formatting monetary values. It provides immutable money objects that represent amounts in the smallest currency subdivision as integers, ensuring precision and preventing floating-point errors. The library enforces same-currency rules on arithmetic operations and validates currency codes against ISO 4217 definitions at creation time. The library distinguishes itself through a calculator plugin architecture that delegates arithmetic operations to interchangeable backends, supporting number, bigint, or custom precision libra

    Performs immutable arithmetic on monetary values with scale normalization and same-currency enforcement.

    TypeScriptamountcurrencyimmutable
    Vezi pe GitHub↗6,758
  1. Home
  2. Software Engineering & Architecture
  3. Object Schema Definitions
  4. Value Objects
  5. Monetary
  6. Safe Arithmetic Operations