We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcdd35 commit bb48219Copy full SHA for bb48219
lib/node_modules/@stdlib/math/base/special/atan2/lib/main.js
@@ -91,8 +91,8 @@ var PI = require( '@stdlib/constants/math/float64-pi' );
91
* \end{align*}
92
* ```
93
*
94
-* @param {number} y - `x` coordinate
95
-* @param {number} x - `y` coordinate
+* @param {number} y - `y` coordinate
+* @param {number} x - `x` coordinate
96
* @returns {number} angle (in radians)
97
98
* @example
0 commit comments