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

Functions

long double sinhl (long double x)
 

Variables

static const long double one = 1.0
 
static const long double shuge = 1.0e4931L
 

Function Documentation

◆ sinhl()

long double sinhl ( long double  x)

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

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

Here is the caller graph for this function:

Variable Documentation

◆ one

const long double one = 1.0
static

Referenced by sinhl().

◆ shuge

const long double shuge = 1.0e4931L
static

Referenced by sinhl().