Skip to content

Commit

Permalink
Sync SDL3 wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Jun 12, 2024
1 parent 97ec4b0 commit 99f0309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL3/SDL_stdinc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,8 @@ extern SDL_DECLSPEC float SDLCALL SDL_atanf(float x);
* the same input on different machines or operating systems, or if SDL is
* updated.
*
* \param x floating point value of the denominator (x coordinate).
* \param y floating point value of the numerator (y coordinate)
* \param x floating point value of the denominator (x coordinate).
* \returns arc tangent of of `y / x` in radians, or, if `x = 0`, either
* `-Pi/2`, `0`, or `Pi/2`, depending on the value of `y`.
*
Expand Down Expand Up @@ -1464,8 +1464,8 @@ extern SDL_DECLSPEC double SDLCALL SDL_atan2(double y, double x);
* the same input on different machines or operating systems, or if SDL is
* updated.
*
* \param x floating point value of the denominator (x coordinate).
* \param y floating point value of the numerator (y coordinate)
* \param x floating point value of the denominator (x coordinate).
* \returns arc tangent of of `y / x` in radians, or, if `x = 0`, either
* `-Pi/2`, `0`, or `Pi/2`, depending on the value of `y`.
*
Expand Down

0 comments on commit 99f0309

Please sign in to comment.