ReactOS 0.4.15-dev-7788-g1ad9096
cosf.c File Reference
#include <math.h>
Include dependency graph for cosf.c:

Go to the source code of this file.

Functions

float cosf (float x)
 

Function Documentation

◆ cosf()

float cosf ( 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 13 of file cosf.c.

14{
15 return ((float)cos((double)x));
16}
_STLP_DECLSPEC complex< float > _STLP_CALL cos(const complex< float > &)
GLint GLint GLint GLint GLint x
Definition: gl.h:1548