mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 15:17:18 +00:00
19 lines
259 B
Markdown
19 lines
259 B
Markdown
# Aero-Astro-Calc
|
|
|
|
A small python library with functions to assist engineers.
|
|
|
|
## Usage
|
|
|
|
### Code:
|
|
|
|
```python
|
|
from aero_astro_calc import PlaneStress
|
|
|
|
stress = PlaneStress(80, -40, 25)
|
|
stress.plane()
|
|
```
|
|
|
|
### Output:
|
|
|
|

|