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.166666666666666666671L
 
static const double S2 = 0.0083333333333333332
 
static const double S3 = -0.00019841269841269427
 
static const double S4 = 0.0000027557319223597490
 
static const double S5 = -0.000000025052108218074604
 
static const double S6 = 1.6059006598854211e-10
 
static const double S7 = -7.6429779983024564e-13
 
static const double S8 = 2.6174587166648325e-15
 

Function Documentation

◆ __kernel_sinl()

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

References half, r, S1, S10, S11, S12, S2, S3, S4, S5, S6, S7, S8, S9, and z.

Variable Documentation

◆ half

const double half = 0.5
static

Referenced by __kernel_sinl().

◆ S1

const long double S1 = -0.166666666666666666671L
static

Referenced by __kernel_sinl().

◆ S2

const double S2 = 0.0083333333333333332
static

Referenced by __kernel_sinl().

◆ S3

const double S3 = -0.00019841269841269427
static

Referenced by __kernel_sinl().

◆ S4

const double S4 = 0.0000027557319223597490
static

Referenced by __kernel_sinl().

◆ S5

const double S5 = -0.000000025052108218074604
static

Referenced by __kernel_sinl().

◆ S6

const double S6 = 1.6059006598854211e-10
static

Referenced by __kernel_sinl().

◆ S7

const double S7 = -7.6429779983024564e-13
static

Referenced by __kernel_sinl().

◆ S8

const double S8 = 2.6174587166648325e-15
static

Referenced by __kernel_sinl().