Version: 0.4.0
Warning
MATEC is NOT a prod tools, it is just a playground for me to experience
1. Clone This Repository
git clone https://github.com/leverec/MATEC.git
cd MATEC2. Run The Script
python main.pyUse python main.py --debug or -d to enable enhanced error feedback and debug features.
3. Enter Commands
Example (Geometry):
$ circle r 7
Radius : 7
Diameter : 14
Circumference : 43.98
Area : 153.94
Example (Advanced Arithmetic):
$ 21 + 72 : 2 ^ √36 + (76 - 22) * (86 - -19) ÷ π × e
4928.13
Example (Settings Management):
$ settings set precision 10
[D1] 'precision' has been updated to '10'
$ 21 + 72 : 2 ^ √36 + (76 - 22) * (86 - -19) ÷ π × e
4928.1264033809
4. Exit the program
Type exit or q to close the session.