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

Functions

OLM_DLLEXPORT double __ieee754_jn (int n, double x)
 
OLM_DLLEXPORT double __ieee754_yn (int n, double x)
 

Variables

static const double invsqrtpi = 5.64189583547756279280e-01
 
static const double two = 2.00000000000000000000e+00
 
static const double one = 1.00000000000000000000e+00
 
static const double zero = 0.00000000000000000000e+00
 

Function Documentation

◆ __ieee754_jn()

OLM_DLLEXPORT double __ieee754_jn ( int  n,
double  x 
)

◆ __ieee754_yn()

OLM_DLLEXPORT double __ieee754_yn ( int  n,
double  x 
)

Variable Documentation

◆ invsqrtpi

const double invsqrtpi = 5.64189583547756279280e-01
static

Referenced by __ieee754_jn(), and __ieee754_yn().

◆ one

const double one = 1.00000000000000000000e+00
static

Referenced by __ieee754_jn(), and __ieee754_yn().

◆ two

const double two = 2.00000000000000000000e+00
static

Referenced by __ieee754_jn().

◆ zero

const double zero = 0.00000000000000000000e+00
static

Referenced by __ieee754_jn(), and __ieee754_yn().