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

Functions

long double atanhl (long double x)
 

Variables

static const long double one = 1.0
 
static const long double huge = 1e4900L
 
static const long double zero = 0.0
 

Function Documentation

◆ atanhl()

long double atanhl ( long double  x)

Variable Documentation

◆ huge

const long double huge = 1e4900L
static

Referenced by atanhl().

◆ one

const long double one = 1.0
static

Referenced by atanhl().

◆ zero

const long double zero = 0.0
static

Referenced by atanhl().