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

Functions

long double asinhl (long double x)
 

Variables

static const long double one = 1.0L
 
static const long double ln2 = 6.931471805599453094172321214581765681e-1L
 
static const long double huge = 1.0e+4900L
 

Function Documentation

◆ asinhl()

long double asinhl ( long double  x)

References huge, ln2, log1pl(), logl(), one, sqrtl(), t, u, and w.

Variable Documentation

◆ huge

const long double huge = 1.0e+4900L
static

Referenced by asinhl().

◆ ln2

const long double ln2 = 6.931471805599453094172321214581765681e-1L
static

Referenced by asinhl().

◆ one

const long double one = 1.0L
static

Referenced by asinhl().