An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with logarithm

A curated list of projects in awesome lists tagged with logarithm .

https://github.com/perazz/fastmath

A Modern Fortran library for fast, approximate math functions

exponential fast-math fortran logarithm rsqrt

Last synced: 03 Jan 2026

https://github.com/lnsp/tmath

Math library based on taylor series including vectors and utility functions

c-plus-plus cosine logarithm math matrix scientific-computing secant sine taylor-series vector

Last synced: 14 Jan 2026

https://github.com/0xC0A1/magic-curves

Magic Curves is designed for applications requiring precise curve calculations, useful in finance, economics, and various scientific fields. The library supports both floating-point and fixed-point arithmetic for high precision in critical applications.

bonding-curves logarithm rust solana

Last synced: 26 Oct 2025

https://github.com/levitation-opensource/log-of-sum-and-subtraction

Methods for calculating precise logarithm of a sum and subtraction of very large or very small numbers.

failsafe failsafety logarithm matlab matlab-code matlab-functions matlab-library matlab-script numerical-methods optimisation optimization robustness sum

Last synced: 05 Jan 2026

https://github.com/gagniuc/sequence-logos-using-logarithms

Sequence Logos using logarithms is an alternative that provides full control over how the graphics of a Sequence Logo should look like. All the inner workings of this open source application are written in native javascript. The application is independent of the internet once it is saved as a html file.

dna html5-canvas javascript js loganalytics logarithm motif motif-analysis proteins rna sequence-logo

Last synced: 29 May 2026

https://github.com/blueglyph/ilog

Base 10 and 2 logarithm functions for integer types

crates-io integer-arithmetic logarithm rust

Last synced: 08 Apr 2026

https://github.com/stdlib-js/math-iter-special-log

Create an iterator which computes the base `b` logarithm.

base function iterable iterate iterator javascript log logarithm math mathematics node node-js nodejs stdlib

Last synced: 01 Aug 2025

https://github.com/jancarauma/fatorial

Cálculo do fatorial de números gigantes

biginteger bignumber bignumbers fatorial logarithm math stirling

Last synced: 26 Jun 2025

https://github.com/faizanzaheergit/simple-scientific-calculator-in-c

this code in c++ is a simple implementation of a scientific calculator, and how it functions with functions like exponent, logarithms, powers, trigonometric functions

calculator cplusplus exponent logarithm math mathematics scientific-calculator trigonometric-functions

Last synced: 25 Feb 2025

https://github.com/stdlib-js/stats-base-dists-negative-binomial-logpmf

Natural logarithm of the probability mass function (PMF) for a negative binomial distribution.

binomial density dist distribution javascript ln log logarithm logpmf mass natural negative node node-js nodejs pmf probability statistics stats stdlib

Last synced: 19 Oct 2025

https://github.com/stdlib-js/stats-base-dists-erlang-logpdf

Natural logarithm of the probability density function (PDF) for an Erlang distribution.

continuous dist distribution erlang javascript ln log logarithm logpdf natural node node-js nodejs pdf probability statistics stats stdlib univariate

Last synced: 26 Oct 2025

https://github.com/stdlib-js/math-iter-special-log1pexp

Create an iterator which evaluates the natural logarithm of 1+exp(x) for each iterated value.

function iterable iterate iterator javascript ln log log1pexp logarithm math natural node node-js nodejs special special-function stdlib

Last synced: 09 Oct 2025

https://github.com/stdlib-js/math-iter-special-gammaln

Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.

factorial function gamma iterable iterate iterator javascript lgamma ln log logarithm math natural node node-js nodejs special special-function stdlib

Last synced: 13 Apr 2025

https://github.com/stdlib-js/stats-base-dists-discrete-uniform-logpmf

Natural logarithm of the probability mass function (PMF) for a discrete uniform distribution.

discrete dist distribution javascript ln log logarithm logpmf natural node node-js nodejs pmf probability statistics stats stdlib symmetric uniform univariate

Last synced: 23 Apr 2025

https://github.com/stdlib-js/math-iter-special-log10

Create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.

base-10 binary function iterable iterate iterator javascript log log10 logarithm math node node-js nodejs special special-function stdlib

Last synced: 03 Feb 2026

https://github.com/stdlib-js/math-base-special-xlogy

Compute `x * ln(y)` so that the result is `0` if `x = 0`.

javascript ln log logarithm math mathematics natural node node-js nodejs special stdlib

Last synced: 06 Aug 2025

https://github.com/arhcoder/lwrs-algorithm

🍀 Own proposal of Selection Method Algorithm: Logarithmic Random Ponderated Selector; throw a random element of a list; but the closer the element is to the start is more probability to appear, based on logarithmic/exponential scale.

algorithms exponential genetic-algorithm logarithm logarithmic-random-ponderated-selector metaheuristics proposal python selection-algorithms selector

Last synced: 23 Nov 2025

https://github.com/francescopaolol/exponentialvialogs

A fast way to check if x^y > y^x

exponential inequality logarithm maths python

Last synced: 13 Sep 2025

https://github.com/stdlib-js/math-base-special-lnf

Evaluate the natural logarithm of a single-precision floating-point number.

javascript lnf log logarithm math mathematics natural node node-js nodejs stdlib

Last synced: 15 Oct 2025

https://github.com/ad5001/logarithmplotter

Create graphs with logarithmic scales, namely Bode diagrams. Mirror of https://git.ad5001.eu/Ad5001/LogarithmPlotter

logarithm logarithmic plotter pyside6 python qt qt6 qt6-app qt6-application qtquick

Last synced: 13 Feb 2026

https://github.com/0xapp123/logarithm.games

Logarithm Game project

css game html logarithm

Last synced: 22 Apr 2026

https://github.com/anower77/data-structures-algorithm-dsa-

Data structures are formats for organizing and storing data, like arrays, linked lists, trees, and graphs. Algorithms are systematic instructions for performing tasks, such as sorting and searching. These structures and algorithms are integral to computing, enhancing data manipulation.

algorithms-and-data-structures analysis binary-search bubble-sort charcounter dsa dsa-algorithm linear-programming linearsearch logarithm

Last synced: 14 Mar 2025

https://github.com/viztruth/python-command-line-scientific-calculator-full-code

Python command-line calculator for scientific calculations with the ability to perform standard operations as well as trigonometric, logarithmic, area calculation and more!

area-calculator calculator calculator-python command-line-interface full-color logarithm python python-lab python-lab-programs scientific-calculator scientific-calculator-in-python trignometry

Last synced: 21 Mar 2025

https://github.com/malaymdas/complexbigmatrices.jl

Julia package to calculate logarithm and exponential of Complex BigFloat (Higher precision) Matrices.

bigfloat exponential high-precision julia logarithm matrix

Last synced: 24 Feb 2025

https://github.com/bezehard/taylor_series

The "taylor_series" project provides a simple implementation of Taylor series calculations for various mathematical functions. Users can input a function and a point, and the program will return the Taylor series expansion around that point.

c cosine deep-learning ekf logarithm machine-learning matlab scientific-computing secant teaching time-series trilateration uwb vector

Last synced: 18 Apr 2026

https://github.com/0adri3n/akiracryptography

A little cryptography program based on Caesar cipher method.

crypt logarithm python sha256

Last synced: 05 Jun 2026

https://github.com/hansalemaos/a_pandas_ex_logsplit

Splits a DataFrame/Series logarithmically

dataframe log logarithm logarithmic pandas series split

Last synced: 14 Jan 2026