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.000000000000000000000e+00L
 
static const long double ln2 = 6.931471805599453094287e-01L
 
static const long double huge = 1.000000000000000000e+4900L
 

Function Documentation

◆ asinhl()

long double asinhl ( long double  x)

Variable Documentation

◆ huge

const long double huge = 1.000000000000000000e+4900L
static

Referenced by asinhl().

◆ ln2

const long double ln2 = 6.931471805599453094287e-01L
static

Referenced by asinhl().

◆ one

const long double one = 1.000000000000000000000e+00L
static

Referenced by asinhl().