Skip to content

Commit

Permalink
Improve the definition of atan2() (#60493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychpsyo authored Nov 27, 2024
1 parent 9fe6c36 commit b263cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/es5.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ interface Math {
*/
atan(x: number): number;
/**
* Returns the angle (in radians) from the X axis to a point.
* Returns the angle (in radians) between the X axis and the line going through both the origin and the given point.
* @param y A numeric expression representing the cartesian y-coordinate.
* @param x A numeric expression representing the cartesian x-coordinate.
*/
Expand Down

0 comments on commit b263cc4

Please sign in to comment.