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

Functions

OLM_DLLEXPORT float __ieee754_sinhf (float x)
 

Variables

static const float one = 1.0
 
static const float shuge = 1.0e37
 

Function Documentation

◆ __ieee754_sinhf()

OLM_DLLEXPORT float __ieee754_sinhf ( float  x)

Variable Documentation

◆ one

const float one = 1.0
static

Referenced by __ieee754_sinhf().

◆ shuge

const float shuge = 1.0e37
static

Referenced by __ieee754_sinhf().