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

Functions

OLM_DLLEXPORT float complex csinhf (float complex z)
 
OLM_DLLEXPORT float complex csinf (float complex z)
 

Variables

static const float huge = 0x1p127
 

Function Documentation

◆ csinf()

OLM_DLLEXPORT float complex csinf ( float complex  z)

References cimagf(), CMPLXF(), crealf(), csinhf(), and z.

◆ csinhf()

OLM_DLLEXPORT float complex csinhf ( float complex  z)

References __ldexp_cexpf(), cimagf(), CMPLXF(), copysignf(), cosf(), coshf(), crealf(), expf(), fabsf(), GET_FLOAT_WORD, huge, INFINITY, sinf(), sinhf(), and z.

Referenced by csinf().

Here is the caller graph for this function:

Variable Documentation

◆ huge

const float huge = 0x1p127
static

Referenced by csinhf().