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
 
static const long double ovf_thresh = 1.1357216553474703894801348310092223067821E4L
 

Function Documentation

◆ coshl()

long double coshl ( long double  x)

References expl(), expm1l(), half, huge, one, ovf_thresh, t, u, and w.

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().

◆ ovf_thresh

const long double ovf_thresh = 1.1357216553474703894801348310092223067821E4L
static

Referenced by coshl().