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

Function Documentation

◆ sinhl()

long double sinhl ( long double  x)

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

Variable Documentation

◆ one

const long double one = 1.0
static

Referenced by sinhl().

◆ ovf_thresh

const long double ovf_thresh = 1.1357216553474703894801348310092223067821E4L
static

Referenced by sinhl().

◆ shuge

const long double shuge = 1.0e4931L
static

Referenced by sinhl().