Skip to content

Commit 327bcb3

Browse files
committed
Add coordinate systems conversions (TheAlgorithms#2510)
1 parent 72d8feb commit 327bcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: maths/coordinate_conversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Co-ordinate conversion """
1+
""" Coordinate conversion """
22

33
from math import sin, cos, atan
44

0 commit comments

Comments
 (0)