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

Functions

OLM_DLLEXPORT float __ieee754_atanhf (float x)
 

Variables

static const float one = 1.0
 
static const float huge = 1e30
 
static const float zero = 0.0
 

Function Documentation

◆ __ieee754_atanhf()

OLM_DLLEXPORT float __ieee754_atanhf ( float  x)

Variable Documentation

◆ huge

const float huge = 1e30
static

Referenced by __ieee754_atanhf().

◆ one

const float one = 1.0
static

Referenced by __ieee754_atanhf().

◆ zero

const float zero = 0.0
static

Referenced by __ieee754_atanhf().