A library with math functions to help Python developers with their projects.
In total, we have 44 functions, 1 variable and 2 class!
-
v1.1.2b1
⚠️ LATTER. --- Addition of new statistical functions such asmedian()
,mode()
,std()
andvar()
, and a new function that ishypotenuse()
. We renamed some categories, such as calculation to cal, geometry to geo and trigonometry to trigo, and some functions such asarcsin()
,arccos()
andarctan()
. We also added a new class which isDecimal()
and a function which isarray()
which is under development, so its use is not recommended. -
v1.1.1 🔒 RECOMMENDED --- improvement of trigonometric functions and addition of the
cot()
,sec()
andcsc()
functions, in addition to theradians()
anddegrees()
function which is in the calculation category -
v1.1.0 --- Removal of the
sumlist()
function, creation of theFraction()
class, renaming of theisfloat()
function toisdecimal()
and math category for calculation category, creation of a new category in the calculation category, which is geometry, within it will be the area category (which has been redefined), and the trigonometry category, which will have, in addition to thesin()
,cos()
andtan()
functions, it will have theasin()
,acos()
andatan()
functions. -
v1.0.2 --- Correction of the
chance()
function, improvement of theisint()
andisfloat()
functions, creation of more decent documentation. -
v1.0.0 --- Library creation.
When importing MathFox in the code, import it by calling it mf. Ex.:
import mathfox as mf
- mathfox
- cal
- geo
- area
- two_dimensions
- three_dimensions
- trigo
- area
- geo
- number
- numis
- cal
Open CMD and write:
pip install --upgrade mathfox
pip install --upgrade --pre mathfox
- Open CMD and write:
git clone https://github.com/PipocaFox/MathFox
- Go to the MathFox folder:
cd mathfox
- Now run the installer:
python install.py