Integrate math to your calculator or app became easy with MathAPI
With MathAPI you can send it a math problem, like a function or an ecuation sistem and get the plot, derivative or integral, even get the solution of an ecuation sistem
An open source proyect and open to contribution, built with python, sympy & numpy, the api features are:
- Functions solutionary
- Derivative
- Integral
- Ecuation sistem solutions
- Factorials
- Euler functions
- Numeric methods
- And many more to be added
Go to API Structure for more information
MathAPI is an open source proyect and open to contribution, go to any of the api functions listed above and read the instructions to use it.
For contribution, fork the repo, create a branch and name it with the feature you're working, create a pull request and thats all. read CONTRIBUTING.md for more information.
Branch | Description |
---|---|
master | Production branch |
dev | Stagging branch (main branch) |
[feature-name] | Derived from dev (new feat. to add) |
Directory | Description |
---|---|
function | All related to f(x) functions (solve, plot points, etc.) |
derivative | All related to the derivative of a f(x) |
integral | All related to the integral of a f(x) |
es | Ecuation sistem solution |
factorial | Factorial of integer or fraction |
euler_functions | All euler function related (gamma, beta, phi functions) |
methods | Numeric methods |