Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
k_log.h File Reference
#include "cdefs-compat.h"
Include dependency graph for k_log.h:
This graph shows which files directly or indirectly include this file:

Functions

static double k_log1p (double f)
 

Variables

static const double Lg1 = 6.666666666666735130e-01
 
static const double Lg2 = 3.999999999940941908e-01
 
static const double Lg3 = 2.857142874366239149e-01
 
static const double Lg4 = 2.222219843214978396e-01
 
static const double Lg5 = 1.818357216161805012e-01
 
static const double Lg6 = 1.531383769920937332e-01
 
static const double Lg7 = 1.479819860511658591e-01
 

Function Documentation

◆ k_log1p()

static double k_log1p ( double  f)
inlinestatic

References Lg1, Lg2, Lg3, Lg4, Lg5, Lg6, Lg7, R, s, t1, t2, w, and z.

Referenced by __ieee754_log10(), and __ieee754_log2().

Variable Documentation

◆ Lg1

const double Lg1 = 6.666666666666735130e-01
static

Referenced by k_log1p().

◆ Lg2

const double Lg2 = 3.999999999940941908e-01
static

Referenced by k_log1p().

◆ Lg3

const double Lg3 = 2.857142874366239149e-01
static

Referenced by k_log1p().

◆ Lg4

const double Lg4 = 2.222219843214978396e-01
static

Referenced by k_log1p().

◆ Lg5

const double Lg5 = 1.818357216161805012e-01
static

Referenced by k_log1p().

◆ Lg6

const double Lg6 = 1.531383769920937332e-01
static

Referenced by k_log1p().

◆ Lg7

const double Lg7 = 1.479819860511658591e-01
static

Referenced by k_log1p().