math-functions
There are 59 repositories under math-functions topic.
milaan9/04_Python_Functions
The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.
romeric/fastapprox
Approximate and vectorized versions of common mathematical functions
Dsplib/libdspl-2.0
libdspl-2.0 is opensource cross-platform digital signal processing algorithm library, written in C language.
ltmx/Unity.mathx
An Extension Library for Unity.Mathematics - Extension Methods, New Syntax, Optimized Functions, and more !
AdelKS/ZeGrapher
2D Math and Data plotter.
ronniec95/black_scholes
A SIMD based black scholes pricer using the http://crates.io/wide crate
ScientificC/cmathl
A pure-C math library with a great variety of mathematical functions. Seeks to be close to C89/C90 compliant for portability.
jtejido/geodesy-php
Geodesy PHP - Port of some known geodesic/math functions for getting distance from a known point A to a known point B given their coordinates. It also supports conversion between units of length, Polar position to Cartesian coordinates, and different Reference Datums.
kostasthanos/Tkinter-Calculator
Scientific Calculator using Python's library Tkinter
emsr/tr29124_test
C++ special math functions
agaelema/DSP_and_Math
Some useful DSP and Math functions focusing on embedded systems
anahibemol/CalcMachine
Modular and Light Calculator Program made from scratch in C#
garsaud/Pure-JS-rotating-cube
A 3D cube in wireframe drawn as text, rotating using math functions only
a-p-jo/MathHack
CLI Swiss-Knife Math Tool for Students. Go Beyond Calculators.
webriddler/Expression-Solver
Python built Expression Solver E.g: (Input) 2*88/99*25 (Output) 44.44
aydinnyunus/Cozulemeyen-Soru
2500 yıldır çözülemeyen soru
chandran-jr/Calculator
➕A simple calculator app built with Flutter on Android Studio also using Cupertino icons and math functions for basic math operations➕
SomnathDevPro/Swoop.js
A lightweight,versatile javascript utility library for modern web development
verbum-paper/verbum-paper
:clipboard: Verbum Paper is a software that is intended to be used to facilitate the sharing of formulas, equations, and things involving mathematics.
AnirudhMukherjee/mathfunctions-unity
Visualizing complex math functions in Unity
CeyhunAslan/CSharp_Fundamentals
I used c# embedded method-function in this project. I am happy to share this with you.
EmmanuelAcoltziBautista/Andromeda
Sistema educativo el cual esta diseñado de tal forma que sea una forma mas didactica en la enseñanza de los estudiantes en el tema de las matematicas
EmmanuelAcoltziBautista/EEDT
EEDT es un libreria que incluye operaciones matemáticas básicas desde (suma, resta, etc), es decir con esto solo invocas las funciones y agregas datos para su proceso, EEDT son las siglas de (Estoy Enamorado De Ti)
FFMG/myoddweb.bignumber.cpp
Yet another C++ BigNumber implementation with focus on switching between languages.
melchisedech333/verbum-paper
:clipboard: Verbum Paper is a software that is intended to be used to facilitate the sharing of formulas, equations, and things involving mathematics.
vivesweb/ext_op_ml
numpy for Pyplot & other math functions on php. linspace() & array pow() functions in php.
almehr1/Python_Script_Collection
Collection of Python scripts for mathematical calculations, text analysis, and utility functions, aimed at demonstrating core programming concepts.
bl33h/mathFunctions
Math program with spread function and pseudorandom number generator.
DahlitzFlorian/math-tokenizer
Simple and lightweighted tokenizer for mathematical functions
edk55/math-with-frequency
Some math functions to use with frequency table
MathMark/MathAnalyser
The windows application for analysing math graphics.
tomicapretto/ifuns
Shiny application to interactively visualize univariate functions
verbum-paper/verbum-paper.github.io
🌍 Verbum Paper website.
zeh/moremath
The missing JavaScript Math functions
k-yumin/derivative-and-integral
displaying the graphs of both the differentiated and integrated forms of a polynomial function.
satyam354/calculator-
Creating a calculator using HTML, CSS, and JavaScript is a common web development project. This involves designing a user interface using HTML and CSS, and then implementing the calculator's functionality using JavaScript.