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

Functions

long double tanhl (long double x)
 

Variables

static const long double one = 1.0
 
static const long double two = 2.0
 
static const long double tiny = 1.0e-4900L
 

Function Documentation

◆ tanhl()

long double tanhl ( long double  x)

References expm1l(), one, t, tiny, two, u, and z.

Variable Documentation

◆ one

const long double one = 1.0
static

Referenced by tanhl().

◆ tiny

const long double tiny = 1.0e-4900L
static

Referenced by tanhl().

◆ two

const long double two = 2.0
static

Referenced by tanhl().