ReactOS 0.4.16-dev-2104-gb84fa49
sqrtf.c File Reference
#include <math.h>
Include dependency graph for sqrtf.c:

Go to the source code of this file.

Functions

float sqrtf (float x)
 

Function Documentation

◆ sqrtf()

float sqrtf ( float  x)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 9 of file sqrtf.c.

10{
11 return ((float)sqrt((double)x));
12}
_ACRTIMP double __cdecl sqrt(double)
Definition: sqrt.c:5
GLint GLint GLint GLint GLint x
Definition: gl.h:1548