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

Functions

long double acoshl (long double x)
 

Variables

static const long double one = 1.0
 
static const long double ln2 = 0.6931471805599453094172321214581766L
 

Function Documentation

◆ acoshl()

long double acoshl ( long double  x)

Variable Documentation

◆ ln2

const long double ln2 = 0.6931471805599453094172321214581766L
static

Referenced by acoshl().

◆ one

const long double one = 1.0
static

Referenced by acoshl().