Skip to content

MathFramework v1.0.0 22.09.2022

Compare
Choose a tag to compare
@rodukov rodukov released this 22 Sep 18:10
· 40 commits to master since this release
44aedf1

The very first release of MathFramework.
Added automatic file import. Added new formulas. Added great optimization. The form of writing formulas has been added.
Example of new MF module:

class sector_area:
    def sector_area():
        ...

I'll add class Meta: in next release