awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesInteger Logarithm Calculators

Computes base-2 logarithms of integers for tasks like mipmap level determination.

Distinct from Logarithmic Transformers: Focuses on integer-specific logarithmic computation, distinct from general integer arithmetic.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Integer Logarithm Calculators. Refine with filters or upvote what's useful.

Awesome Integer Logarithm Calculators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • g-truc/glmالصورة الرمزية لـ g-truc

    g-truc/glm

    10,710عرض على GitHub↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    Computes optimized powers for numeric values to improve graphics performance.

    C++cppcpp-libraryglm
    عرض على GitHub↗10,710
  • norvig/paip-lispالصورة الرمزية لـ norvig

    norvig/paip-lisp

    7,465عرض على GitHub↗

    This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also

    Provides an optimized logarithmic time complexity algorithm for integer exponentiation.

    Common Lisp
    عرض على GitHub↗7,465
  • shopspring/decimalالصورة الرمزية لـ shopspring

    shopspring/decimal

    7,242عرض على GitHub↗

    This is an arbitrary-precision decimal library and fixed-point math implementation used to eliminate floating-point rounding errors. It provides tools for high-precision arithmetic, a numerical analysis toolkit, and a database decimal mapper to ensure numerical accuracy in financial and scientific calculations. The library includes specialized serialization tools to transform high-precision numbers into SQL database types, JSON, and XML formats without losing precision. It also implements a variety of rounding strategies, including banker and cash rounding, and provides mechanisms for decimal

    Provides high-precision power functions for raising decimal values to specified exponents.

    Gobignumberdecimalsgo
    عرض على GitHub↗7,242
  • ironcalc/ironcalcالصورة الرمزية لـ ironcalc

    ironcalc/IronCalc

    3,750عرض على GitHub↗

    IronCalc is an XLSX spreadsheet engine and formula evaluator designed to compute numerical expressions and manage workbook structures. It utilizes a logic engine compatible with industry standards to evaluate formulas and manage cell dependencies. The project provides a comprehensive suite of specialized toolkits, including a financial calculation library for bond pricing and net present value, and an engineering math toolkit for complex number arithmetic and Bessel functions. It also features a web-based spreadsheet interface for creating and formatting workbooks. The engine covers a broad

    The spreadsheet engine computes the power of a number rounded down to an integer for standardized exponentiation.

    Rustreactrustself-hosted
    عرض على GitHub↗3,750
  • xtensor-stack/xtensorالصورة الرمزية لـ xtensor-stack

    xtensor-stack/xtensor

    3,748عرض على GitHub↗

    xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp

    Implements optimized calculations for floating-point and integer powers across arrays.

    C++c-plus-plus-14multidimensional-arraysnumpy
    عرض على GitHub↗3,748
  1. Home
  2. Software Engineering & Architecture
  3. Integer Arithmetic
  4. Integer Logarithm Calculators

استكشف الوسوم الفرعية

  • Power FunctionsOptimized calculations for integer and floating-point powers. **Distinct from Integer Logarithm Calculators:** Distinct from Integer Logarithm Calculators: focuses on exponentiation rather than logarithmic computation.