py-ballisticcalc icon indicating copy to clipboard operation
py-ballisticcalc copied to clipboard

LGPL library for small arms ballistic calculations (Python 3)

Results 8 py-ballisticcalc issues
Sort by recently updated
recently updated
newest added

Fixed bug with := precedence.

In the case of multiple winds: `TrajectoryCalc` assumes that `Shot.winds[]` is sorted by `Wind.until_distance` (ascending). However right now we do not enforce that or even check whether that assumption is...

## Files * DragTable: list of {Mach: Cd} pairs sorted by Mach ascending * Weapon: [sight_height], [twist], [zero_elevation] * Ammo: \, \, [powder_temp, temp_modifier] *Problems:* 1. API expects Ammo to...

* make the opperations with raw values available * add an arithmetic support between units of the same type and between different unit types| * make the arithmetic operations to...

enhancement
help wanted