Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
s_ccos.c File Reference
#include <float.h>
#include <openlibm_complex.h>
#include <openlibm_math.h>
Include dependency graph for s_ccos.c:

Functions

static void _cchsh (double x, double *c, double *s)
 
double complex ccos (double complex z)
 

Function Documentation

◆ _cchsh()

static void _cchsh ( double  x,
double *  c,
double *  s 
)
static

References cosh(), IEEEl2bits::e, exp(), fabs(), s, and sinh().

Referenced by ccos().

◆ ccos()

double complex ccos ( double complex  z)

References _cchsh(), cimag(), complex, cos(), creal(), I, sin(), w, and z.