Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 444 Bytes

RKballistic

Ballistic computer that uses higher-order numerical integration for improved performance vs the Euler integration used in the base project https://github.com/o-murphy/py-ballisticcalc.

Install with dev dependencies

pip install -e .[dev]

Build sdist and wheel for deployment

python -m build

Usage

See ExampleRK4.ipynb for usage and detailed illustrations of all features.