Skip to content

Integrate math to your calculator or app became easy with MathAPI

License

Notifications You must be signed in to change notification settings

jralvarenga/mathapi

Repository files navigation

MathAPI

Integrate math to your calculator or app became easy with MathAPI


Description

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:

Go to API Structure for more information

Usage & Contribution

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.

Branches structure

Branch Description
master Production branch
dev Stagging branch (main branch)
[feature-name] Derived from dev (new feat. to add)

API Structure

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