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

Functions

OLM_DLLEXPORT double complex csinh (double complex z)
 
OLM_DLLEXPORT double complex csin (double complex z)
 

Variables

static const double huge = 0x1p1023
 

Function Documentation

◆ csin()

OLM_DLLEXPORT double complex csin ( double complex  z)

References cimag(), CMPLX(), creal(), csinh(), and z.

◆ csinh()

OLM_DLLEXPORT double complex csinh ( double complex  z)

References __ldexp_cexp(), cimag(), CMPLX(), copysign(), cos(), cosh(), creal(), exp(), EXTRACT_WORDS, fabs(), huge, INFINITY, sin(), sinh(), and z.

Referenced by csin().

Here is the caller graph for this function:

Variable Documentation

◆ huge

const double huge = 0x1p1023
static

Referenced by csinh().