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

Functions

OLM_DLLEXPORT float sinf (float x)
 

Variables

static const double s1pio2 = 1*M_PI_2
 
static const double s2pio2 = 2*M_PI_2
 
static const double s3pio2 = 3*M_PI_2
 
static const double s4pio2 = 4*M_PI_2
 

Function Documentation

◆ sinf()

OLM_DLLEXPORT float sinf ( float  x)

Variable Documentation

◆ s1pio2

const double s1pio2 = 1*M_PI_2
static

Referenced by sinf().

◆ s2pio2

const double s2pio2 = 2*M_PI_2
static

Referenced by sinf().

◆ s3pio2

const double s3pio2 = 3*M_PI_2
static

Referenced by sinf().

◆ s4pio2

const double s4pio2 = 4*M_PI_2
static

Referenced by sinf().