Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
s_cosf.c File Reference
#include "cdefs-compat.h"
#include <float.h>
#include <openlibm_math.h>
#include "math_private.h"
Include dependency graph for s_cosf.c:

Functions

OLM_DLLEXPORT float cosf (float x)
 

Variables

static const double c1pio2 = 1*M_PI_2
 
static const double c2pio2 = 2*M_PI_2
 
static const double c3pio2 = 3*M_PI_2
 
static const double c4pio2 = 4*M_PI_2
 

Function Documentation

◆ cosf()

OLM_DLLEXPORT float cosf ( float  x)

Variable Documentation

◆ c1pio2

const double c1pio2 = 1*M_PI_2
static

Referenced by cosf().

◆ c2pio2

const double c2pio2 = 2*M_PI_2
static

Referenced by cosf().

◆ c3pio2

const double c3pio2 = 3*M_PI_2
static

Referenced by cosf().

◆ c4pio2

const double c4pio2 = 4*M_PI_2
static

Referenced by cosf().