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

Functions

OLM_DLLEXPORT double complex cexp (double complex z)
 

Variables

static const u_int32_t exp_ovfl = 0x40862e42
 
static const u_int32_t cexp_ovfl = 0x4096b8e4
 

Function Documentation

◆ cexp()

OLM_DLLEXPORT double complex cexp ( double complex  z)

Variable Documentation

◆ cexp_ovfl

const u_int32_t cexp_ovfl = 0x4096b8e4
static

Referenced by cexp().

◆ exp_ovfl

const u_int32_t exp_ovfl = 0x40862e42
static

Referenced by cexp().