Skip to content

Commit b263cc4

Browse files
authored
Improve the definition of atan2() (microsoft#60493)
1 parent 9fe6c36 commit b263cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es5.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ interface Math {
678678
*/
679679
atan(x: number): number;
680680
/**
681-
* Returns the angle (in radians) from the X axis to a point.
681+
* Returns the angle (in radians) between the X axis and the line going through both the origin and the given point.
682682
* @param y A numeric expression representing the cartesian y-coordinate.
683683
* @param x A numeric expression representing the cartesian x-coordinate.
684684
*/

0 commit comments

Comments
 (0)