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