mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-31 06:33:44 +00:00
removed pi
This commit is contained in:
parent
2841c11da1
commit
cea2deb0c8
|
@ -15,7 +15,6 @@ For more info: https://en.wikipedia.org/wiki/Projectile_motion
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Importing packages
|
# Importing packages
|
||||||
from math import pi
|
|
||||||
from math import radians as angle_to_radians
|
from math import radians as angle_to_radians
|
||||||
from math import sin
|
from math import sin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user