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.04166666666666666666666666666666658424671L
 
static const long double C2 = -0.001388888888888888888888888888863490893732L
 
static const long double C3 = 0.00002480158730158730158730158600795304914210L
 
static const long double C4 = -0.2755731922398589065255474947078934284324e-6L
 
static const long double C5 = 0.2087675698786809897659225313136400793948e-8L
 
static const long double C6 = -0.1147074559772972315817149986812031204775e-10L
 
static const long double C7 = 0.4779477332386808976875457937252120293400e-13L
 
static const double C8 = -0.1561920696721507929516718307820958119868e-15
 
static const double C9 = 0.4110317413744594971475941557607804508039e-18
 
static const double C10 = -0.8896592467191938803288521958313920156409e-21
 
static const double C11 = 0.1601061435794535138244346256065192782581e-23
 

Function Documentation

◆ __kernel_cosl()

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

Referenced by cosl(), and sinl().

Here is the caller graph for this function:

Variable Documentation

◆ C1

const long double C1 = 0.04166666666666666666666666666666658424671L
static

Referenced by __kernel_cosl().

◆ C10

const double C10 = -0.8896592467191938803288521958313920156409e-21
static

Referenced by __kernel_cosl().

◆ C11

const double C11 = 0.1601061435794535138244346256065192782581e-23
static

Referenced by __kernel_cosl().

◆ C2

const long double C2 = -0.001388888888888888888888888888863490893732L
static

Referenced by __kernel_cosl().

◆ C3

const long double C3 = 0.00002480158730158730158730158600795304914210L
static

Referenced by __kernel_cosl().

◆ C4

const long double C4 = -0.2755731922398589065255474947078934284324e-6L
static

Referenced by __kernel_cosl().

◆ C5

const long double C5 = 0.2087675698786809897659225313136400793948e-8L
static

Referenced by __kernel_cosl().

◆ C6

const long double C6 = -0.1147074559772972315817149986812031204775e-10L
static

Referenced by __kernel_cosl().

◆ C7

const long double C7 = 0.4779477332386808976875457937252120293400e-13L
static

Referenced by __kernel_cosl().

◆ C8

const double C8 = -0.1561920696721507929516718307820958119868e-15
static

Referenced by __kernel_cosl().

◆ C9

const double C9 = 0.4110317413744594971475941557607804508039e-18
static

Referenced by __kernel_cosl().

◆ one

const double one = 1.0
static

Referenced by __kernel_cosl().