https://github.com/jishanshaikh4/lib-math
🔰 A mathematical library in C (Portable to Python3) having implementation of numerical-methods, Gamma, Bessel, trigonometric, hyperbolic, approximation functions from scratch
https://github.com/jishanshaikh4/lib-math
lib-math mathematics mathematics-library numerical-methods scientific
Last synced: 2 months ago
JSON representation
🔰 A mathematical library in C (Portable to Python3) having implementation of numerical-methods, Gamma, Bessel, trigonometric, hyperbolic, approximation functions from scratch
- Host: GitHub
- URL: https://github.com/jishanshaikh4/lib-math
- Owner: jishanshaikh4
- License: mit
- Created: 2018-07-19T19:25:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T17:00:23.000Z (about 4 years ago)
- Last Synced: 2025-04-03T14:43:40.510Z (3 months ago)
- Topics: lib-math, mathematics, mathematics-library, numerical-methods, scientific
- Language: C
- Homepage:
- Size: 148 KB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :beginner: lib-math
 [](https://www.codefactor.io/repository/github/jishanshaikh4/lib-math)
A mathematical library in C Programming language having implementation, and use of various mathematical functions from scratch or standard library. It will also include functions for computational geometry (Long term goal)
# Sections
- [To do](https://github.com/Jishanshaikh4/lib-math/blob/master/README.md#to-do)
- [Contributions](https://github.com/Jishanshaikh4/lib-math/blob/master/README.md#contributions)
- [License](https://github.com/Jishanshaikh4/lib-math/blob/master/README.md#license)## To do
- Paper, Report, and Source Code compilation. (NOT DONE YET)
- Release first version (NOT DONE YET, BECAUSE IT IS NOT COMPLETED YET :(
- Insert files in bessel, trigonometry, hyperbolic folders. (NOT DONE YET)
- Add a new section of Geometry. (NOT DONE YET)
- Add more files in numerical-methods. (NOT DONE YET)
- Add more fields of mathematics. (NOT DONE YET)
- Add new sections in master branch. (NOT DONE YET)
- Create and develop new branches, environments, and releases.## Contributions
I'm willing to accept contributions from open source developers. What you have to do is simply fork this repository, made changes to it, and leave a pull request. Anybody can contribute to this repository following industry ethics.## License
This is licensed under MIT License. It is provided as it is, without any warranty. You can not use, re-modify, distribute, etc. for commercial purposes. Read more about licence [here](https://en.wikipedia.org/wiki/MIT_License).Copyright 2018-Present. Jishan Shaikh.
MIT License
https://en.wikipedia.org/wiki/MIT_License
