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

Functions

OLM_DLLEXPORT float complex cexpf (float complex z)
 

Variables

static const u_int32_t exp_ovfl = 0x42b17218
 
static const u_int32_t cexp_ovfl = 0x43400074
 

Function Documentation

◆ cexpf()

OLM_DLLEXPORT float complex cexpf ( float complex  z)

Variable Documentation

◆ cexp_ovfl

const u_int32_t cexp_ovfl = 0x43400074
static

Referenced by cexpf().

◆ exp_ovfl

const u_int32_t exp_ovfl = 0x42b17218
static

Referenced by cexpf().