mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 09:24:19 -06:00
Improve the definition of atan2() (#60493)
This commit is contained in:
parent
9fe6c3661c
commit
b263cc4b2e
2
src/lib/es5.d.ts
vendored
2
src/lib/es5.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user