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

Functions

long double __kernel_sinl (long double x, long double y, int iy)
 

Variables

static const double half = 0.5
 
static const long double S1 = -0.16666666666666666666666666666666666606732416116558L
 
static const long double S2 = 0.0083333333333333333333333333333331135404851288270047L
 
static const long double S3 = -0.00019841269841269841269841269839935785325638310428717L
 
static const long double S4 = 0.27557319223985890652557316053039946268333231205686e-5L
 
static const long double S5 = -0.25052108385441718775048214826384312253862930064745e-7L
 
static const long double S6 = 0.16059043836821614596571832194524392581082444805729e-9L
 
static const long double S7 = -0.76471637318198151807063387954939213287488216303768e-12L
 
static const long double S8 = 0.28114572543451292625024967174638477283187397621303e-14L
 
static const double S9 = -0.82206352458348947812512122163446202498005154296863e-17
 
static const double S10 = 0.19572940011906109418080609928334380560135358385256e-19
 
static const double S11 = -0.38680813379701966970673724299207480965452616911420e-22
 
static const double S12 = 0.64038150078671872796678569586315881020659912139412e-25
 

Function Documentation

◆ __kernel_sinl()

long double __kernel_sinl ( long double  x,
long double  y,
int  iy 
)

Referenced by cosl(), and sinl().

Here is the caller graph for this function:

Variable Documentation

◆ half

const double half = 0.5
static

Referenced by __kernel_sinl().

◆ S1

const long double S1 = -0.16666666666666666666666666666666666606732416116558L
static

Referenced by __kernel_sinl().

◆ S10

const double S10 = 0.19572940011906109418080609928334380560135358385256e-19
static

Referenced by __kernel_sinl().

◆ S11

const double S11 = -0.38680813379701966970673724299207480965452616911420e-22
static

Referenced by __kernel_sinl().

◆ S12

const double S12 = 0.64038150078671872796678569586315881020659912139412e-25
static

Referenced by __kernel_sinl().

◆ S2

const long double S2 = 0.0083333333333333333333333333333331135404851288270047L
static

Referenced by __kernel_sinl().

◆ S3

const long double S3 = -0.00019841269841269841269841269839935785325638310428717L
static

Referenced by __kernel_sinl().

◆ S4

const long double S4 = 0.27557319223985890652557316053039946268333231205686e-5L
static

Referenced by __kernel_sinl().

◆ S5

const long double S5 = -0.25052108385441718775048214826384312253862930064745e-7L
static

Referenced by __kernel_sinl().

◆ S6

const long double S6 = 0.16059043836821614596571832194524392581082444805729e-9L
static

Referenced by __kernel_sinl().

◆ S7

const long double S7 = -0.76471637318198151807063387954939213287488216303768e-12L
static

Referenced by __kernel_sinl().

◆ S8

const long double S8 = 0.28114572543451292625024967174638477283187397621303e-14L
static

Referenced by __kernel_sinl().

◆ S9

const double S9 = -0.82206352458348947812512122163446202498005154296863e-17
static

Referenced by __kernel_sinl().