MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / horizontal_projectile_motion.py

File horizontal_projectile_motion.py

physics/horizontal_projectile_motion.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Horizontal Projectile Motion problem in physics.
3
4This algorithm solves a specific problem in which

Callers

nothing calls this directly

Calls 3

horizontal_distanceFunction · 0.85
max_heightFunction · 0.85
total_timeFunction · 0.85

Tested by

no test coverage detected