mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Fix documentation for SDL_sinf
This commit is contained in:

committed by
Sam Lantinga

parent
bed16f77d1
commit
5bf742daa6
@@ -5577,7 +5577,7 @@ extern SDL_DECLSPEC double SDLCALL SDL_sin(double x);
|
|||||||
* Range: `-1 <= y <= 1`
|
* Range: `-1 <= y <= 1`
|
||||||
*
|
*
|
||||||
* This function operates on single-precision floating point values, use
|
* This function operates on single-precision floating point values, use
|
||||||
* SDL_sinf for double-precision floats.
|
* SDL_sin for double-precision floats.
|
||||||
*
|
*
|
||||||
* This function may use a different approximation across different versions,
|
* This function may use a different approximation across different versions,
|
||||||
* platforms and configurations. i.e, it can return a different value given
|
* platforms and configurations. i.e, it can return a different value given
|
||||||
|
Reference in New Issue
Block a user