#include <math.h>
Go to the source code of this file.
◆ modff()
Definition at line 7 of file modff.c.
10{
11 double _Di, _Df;
12
13 _Df =
modf((
double)
x,&_Di);
15
16 return (float)_Df;
17}
_ACRTIMP double __cdecl modf(double, double *)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
static float(__cdecl *square_half_float)(float x