#include <math.h>
Go to the source code of this file.
◆ fmodf()
Definition at line 11 of file fmodf.c.
14{
15 return (
float)
fmod((
double)
x,(
double)
y);
16}
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
_Check_return_ double __cdecl fmod(_In_ double x, _In_ double y)