An expanded Scientific Calculator CLI for Physical Science
From root directory install dependencies
pip install -r requirements.txt
f2py
wrapper usage
f2py -c ext_mod.f90 -m ext
⚠️ Must have Python3 installed on yourPATH
python physcicalc.py
- add: Addition
- sub: Subtraction
- mul: Multiplication
- div: Division
- sqrt: Square root
- sin: Sine
- cos: Cosine
- tan: Tangent
- sec: Secant
- csc: Cosecant
- cot: Cotangent
- Chemistry: g->mol conversion
- Physics: Kinetic Energy, classical formula (KE=0.5*mv^2) - Python Integration In Progress
- Physics: Rest energy (E=mc^2)
- sinh: Hyperbolic sine of a number
- cosh: Hyperbolic cosine of a number
- tanh: Hyperbolic tangent of a number