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

Functions

OLM_DLLEXPORT float __ieee754_acoshf (float x)
 

Variables

static const float one = 1.0
 
static const float ln2 = 6.9314718246e-01
 

Function Documentation

◆ __ieee754_acoshf()

OLM_DLLEXPORT float __ieee754_acoshf ( float  x)

Variable Documentation

◆ ln2

const float ln2 = 6.9314718246e-01
static

Referenced by __ieee754_acoshf().

◆ one

const float one = 1.0
static

Referenced by __ieee754_acoshf().