We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe6c36 commit b263cc4Copy full SHA for b263cc4
src/lib/es5.d.ts
@@ -678,7 +678,7 @@ interface Math {
678
*/
679
atan(x: number): number;
680
/**
681
- * 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.
682
* @param y A numeric expression representing the cartesian y-coordinate.
683
* @param x A numeric expression representing the cartesian x-coordinate.
684
0 commit comments