Index: /Include/Classes/System/Math.ab
===================================================================
--- /Include/Classes/System/Math.ab	(revision 90)
+++ /Include/Classes/System/Math.ab	(revision 91)
@@ -123,5 +123,5 @@
 			Atan2 = Atn(y / x)
 			If x < 0 Then
-				Atn2 += CopySign(_System_PI, y)
+				Atan2 += CopySign(_System_PI, y)
 			End If
 		End If
