awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesNotation-to-Loop Conversions

Conversion of mathematical sequence and calculus notations into programmable iterative loops.

Distinct from Iterative Loop Constructs: Specific to converting mathematical notation into loops, not general language-level loop constructs.

Explore 1 awesome GitHub repository matching software engineering & architecture · Notation-to-Loop Conversions. Refine with filters or upvote what's useful.

Awesome Notation-to-Loop Conversions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • experience-monks/math-as-codeAvatar de Experience-Monks

    Experience-Monks/math-as-code

    15,482Voir sur GitHub↗

    This project is a mathematics programming pattern library and translation guide designed to map academic mathematical symbols and formulas into programmable logic. It serves as a reference for converting complex notations into software implementations. The resource provides mapping guides for translating calculus, linear algebra, and set theory into iterative loops, functional code, and boolean expressions. It includes specific patterns for implementing piecewise functions, matrix operations, and standard mathematical operators using conditional logic and built-in language functions. The lib

    Transforms calculus notations such as summations and products into programmable iterative loops.

    Voir sur GitHub↗15,482
  1. Home
  2. Software Engineering & Architecture
  3. Compile-Time Code Generation
  4. Iterative Code Generation
  5. Iterative Loop Constructs
  6. Notation-to-Loop Conversions