mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
removed pi
This commit is contained in:
@@ -15,7 +15,6 @@ For more info: https://en.wikipedia.org/wiki/Projectile_motion
|
||||
"""
|
||||
|
||||
# Importing packages
|
||||
from math import pi
|
||||
from math import radians as angle_to_radians
|
||||
from math import sin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user