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

Functions

OLM_DLLEXPORT float __ieee754_coshf (float x)
 

Variables

static const float one = 1.0
 
static const float half =0.5
 
static const float huge = 1.0e30
 

Function Documentation

◆ __ieee754_coshf()

OLM_DLLEXPORT float __ieee754_coshf ( float  x)

Variable Documentation

◆ half

const float half =0.5
static

Referenced by __ieee754_coshf().

◆ huge

const float huge = 1.0e30
static

Referenced by __ieee754_coshf().

◆ one

const float one = 1.0
static

Referenced by __ieee754_coshf().