Symbolic Math System scripting language
-
Updated
Nov 2, 2025 - C
Symbolic Math System scripting language
A C-extended Python package for numerical differential and integral multivariable calculus
CMath is an open-source project for developers. This project provides small chunks of functions written in the c programming language which can solve multiple math problems.
A programming language for high school and college level math
Derivative and integral calculator; it will perform calculations with any user input function.
Numerical Thingy from book to code, Calculus, Physics and allthat - written in C and Python
Programa em C que escreve funções polinomiais em x, calcula sua derivada primeira, calcula seu valor funcional em "a" e calcula a equação da reta tangente ao gráfico de f no ponto P(a, f(a)) .
Experimental CAS in C
Academic Materials – Semester 1 | Part of the Cosmos Vault multi-semester collection.
Algoritmo em C capaz de calcular a derivada de uma função polinomial de grau N e calcular o valor funcional f'(a) fornecido junto com a equação.
Numerical methods and calculator written in C. (Integration and differentiation of several variables and more!). Ultimately turning into a math library at this point with support for multivariable operations. Much thanks to the creator of TinyExpr for ease of expression parsing
From Newton's fluxions to modern numerical methods - Symbolic calculus and numerical solving in C
Libraries for use in differentiation, integration and root finding.
This code is a C program that implements numerical integration using the Riemann sum method. The Riemann sum is a way to approximate the definite integral of a function over a given interval by dividing the interval into smaller subintervals and summing the areas of rectangles under or over the curve defined by the function.
Add a description, image, and links to the calculus topic page so that developers can more easily learn about it.
To associate your repository with the calculus topic, visit your repo's landing page and select "manage topics."