ReactOS 0.4.15-dev-7942-gd23573b
_chgsignf.c File Reference
#include <math.h>
Include dependency graph for _chgsignf.c:

Go to the source code of this file.

Functions

_Check_return_ float _chgsignf (_In_ float x)
 

Function Documentation

◆ _chgsignf()

_Check_return_ float _chgsignf ( _In_ float  x)

Definition at line 6 of file _chgsignf.c.

7{
8 return (float)_chgsign((double)x);
9}
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _chgsign(_In_ double)