ReactOS
0.4.16-dev-751-g45ed1a9
Functions
_copysignf.c File Reference
#include <math.h>
Include dependency graph for _copysignf.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
_copysignf
(
_In_
float
x
,
_In_
float
y
)
Function Documentation
◆
_copysignf()
_Check_return_
float
__cdecl
_copysignf
(
_In_
float
x
,
_In_
float
y
)
Definition at line
7
of file
_copysignf.c
.
10
{
11
return
(
float
)
_copysign
((
double
)
x
, (
double
)
y
);
12
}
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
y
GLint GLint GLint GLint GLint GLint y
Definition:
gl.h:1548
_copysign
_Check_return_ __MINGW_NOTHROW _CRTIMP double __cdecl _copysign(_In_ double, _In_ double)
sdk
lib
crt
math
_copysignf.c
Generated on Sun Feb 16 2025 06:23:55 for ReactOS by
1.9.6