DRAFT |
SDL_acos
Use this function to compute arc cosine of x.
Contents
Syntax
double SDL_acos(double x)
Function Parameters
x |
floating point value, in radians. |
Return Value
Returns arc cosine of x.
Code Examples
You can add your code example here
Remarks
The definition of y = acos(x) is x = cos(y).
Version
This function is available in >= SDL 2.0.2.
