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

Functions

long double __kernel_cosl (long double x, long double y)
 

Variables

static const double one = 1.0
 
static const long double C1 = 0.0416666666666666666136L
 
static const double C2 = -0.0013888888888888874
 
static const double C3 = 0.000024801587301571716
 
static const double C4 = -0.00000027557319215507120
 
static const double C5 = 0.0000000020876754400407278
 
static const double C6 = -1.1470297442401303e-11
 
static const double C7 = 4.7383039476436467e-14
 

Function Documentation

◆ __kernel_cosl()

long double __kernel_cosl ( long double  x,
long double  y 
)

References C1, C10, C11, C2, C3, C4, C5, C6, C7, C8, C9, one, r, w, and z.

Variable Documentation

◆ C1

const long double C1 = 0.0416666666666666666136L
static

Referenced by __kernel_cosl().

◆ C2

const double C2 = -0.0013888888888888874
static

Referenced by __kernel_cosl().

◆ C3

const double C3 = 0.000024801587301571716
static

Referenced by __kernel_cosl().

◆ C4

const double C4 = -0.00000027557319215507120
static

Referenced by __kernel_cosl().

◆ C5

const double C5 = 0.0000000020876754400407278
static

Referenced by __kernel_cosl().

◆ C6

const double C6 = -1.1470297442401303e-11
static

Referenced by __kernel_cosl().

◆ C7

const double C7 = 4.7383039476436467e-14
static

Referenced by __kernel_cosl().

◆ one

const double one = 1.0
static

Referenced by __kernel_cosl().