Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Functions | Variables
b_log.c File Reference
#include "cdefs-compat.h"
#include <openlibm_math.h>
#include "mathimpl.h"
Include dependency graph for b_log.c:

Macros

#define N   128
 

Functions

struct Double __log__D (double x)
 

Variables

static double A1 = .08333333333333178827
 
static double A2 = .01250000000377174923
 
static double A3 = .002232139987919447809
 
static double A4 = .0004348877777076145742
 
static double logF_head [N+1]
 
static double logF_tail [N+1]
 

Macro Definition Documentation

◆ N

#define N   128

Function Documentation

◆ __log__D()

struct Double __log__D ( double  x)

Referenced by neg_gam().

Here is the caller graph for this function:

Variable Documentation

◆ A1

double A1 = .08333333333333178827
static

◆ A2

double A2 = .01250000000377174923
static

◆ A3

double A3 = .002232139987919447809
static

◆ A4

double A4 = .0004348877777076145742
static

◆ logF_head

double logF_head[N+1]
static

◆ logF_tail

double logF_tail[N+1]
static