https://github.com/refi64/mathworks
A simple Python math library
https://github.com/refi64/mathworks
Last synced: 11 months ago
JSON representation
A simple Python math library
- Host: GitHub
- URL: https://github.com/refi64/mathworks
- Owner: refi64
- License: bsl-1.0
- Created: 2013-04-19T17:20:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T20:27:28.000Z (over 12 years ago)
- Last Synced: 2025-07-28T21:46:55.374Z (11 months ago)
- Language: Python
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
mathworks
=========
[](https://travis-ci.org/kirbyfan64/mathworks)
A simple Python math library. Downloads at https://sourceforge.net/projects/mathworks/. I am working on documentation, see http://mathworks.sourceforge.net/index.html.
Version history:
1.0: Wrote it in \__init__.py as 0.1.0, but then I realized that it was stable enough. Anyway, this is the first version. Date: 4/19/2013
1.1: Added use of math.py's math.pi to get pi if available. Added area function. Date: 4/20/13
1.1.1. Fixed Syntax Error in shapes.py. I put an else instead of except. :) Date: 4/20/13
1.2: Added ptheorem.py. No examples yet. Also, changed backround code in shapes.py. Date: 4/21/13
1.3: Changed license to Boost Software License. Added area of a triangle. Added ability to get leg value in ptheorem.py. Date: 4/22/13
1.3.1: Added cuberoot function to exponent.py. Date: 5/27/13
1.3.2: Fixed some bugs. Date: 6/6/13
1.4.0: Major fixer-upper. Added setup script, unit tests, and cleaned up a bunch of stuff. Date: 11/19/13
Note: The C++ version HAS BEEN DISCONTINUED!!! The Ruby version has been backed up for a while...
Documentation(still in progress!): http://mathworks.sourceforge.net/index.html
Coming soon:
- 3D figures in a new file called 3d_shapes.py
- Add factoring