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

Functions

OLM_DLLEXPORT double __ieee754_log10 (double x)
 

Variables

static const double two54 = 1.80143985094819840000e+16
 
static const double ivln10hi = 4.34294481878168880939e-01
 
static const double ivln10lo = 2.50829467116452752298e-11
 
static const double log10_2hi = 3.01029995663611771306e-01
 
static const double log10_2lo = 3.69423907715893078616e-13
 
static const double zero = 0.0
 

Function Documentation

◆ __ieee754_log10()

OLM_DLLEXPORT double __ieee754_log10 ( double  x)

Variable Documentation

◆ ivln10hi

const double ivln10hi = 4.34294481878168880939e-01
static

Referenced by __ieee754_log10().

◆ ivln10lo

const double ivln10lo = 2.50829467116452752298e-11
static

Referenced by __ieee754_log10().

◆ log10_2hi

const double log10_2hi = 3.01029995663611771306e-01
static

Referenced by __ieee754_log10().

◆ log10_2lo

const double log10_2lo = 3.69423907715893078616e-13
static

Referenced by __ieee754_log10().

◆ two54

const double two54 = 1.80143985094819840000e+16
static

Referenced by __ieee754_log10().

◆ zero

const double zero = 0.0
static

Referenced by __ieee754_log10().