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

Functions

long double coshl (long double x)
 

Variables

static const long double one = 1.0
 
static const long double half =0.5
 
static const long double huge = 1.0e4900L
 

Function Documentation

◆ coshl()

long double coshl ( long double  x)

References expl(), expm1l(), fabsl(), GET_LDOUBLE_WORDS, half, huge, one, t, and w.

Referenced by cchshl(), ccoshl(), csinhl(), ctanhl(), and ctanl().

Here is the caller graph for this function:

Variable Documentation

◆ half

const long double half =0.5
static

Referenced by coshl().

◆ huge

const long double huge = 1.0e4900L
static

Referenced by coshl().

◆ one

const long double one = 1.0
static

Referenced by coshl().