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

Functions

OLM_DLLEXPORT float asinhf (float x)
 

Variables

static const float one = 1.0000000000e+00
 
static const float ln2 = 6.9314718246e-01
 
static const float huge = 1.0000000000e+30
 

Function Documentation

◆ asinhf()

OLM_DLLEXPORT float asinhf ( float  x)

Variable Documentation

◆ huge

const float huge = 1.0000000000e+30
static

Referenced by asinhf().

◆ ln2

const float ln2 = 6.9314718246e-01
static

Referenced by asinhf().

◆ one

const float one = 1.0000000000e+00
static

Referenced by asinhf().