Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
s_ldexp.c File Reference

Functions

double ldexp (double x, int n)
 

Variables

static const double two54 = 1.80143985094819840000e+16
 
static const double twom54 = 5.55111512312578270212e-17
 
static const double big = 1.0e+300
 
static const double tiny = 1.0e-300
 

Function Documentation

◆ ldexp()

double ldexp ( double  x,
int  n 
)

Variable Documentation

◆ big

const double big = 1.0e+300
static

◆ tiny

const double tiny = 1.0e-300
static

◆ two54

const double two54 = 1.80143985094819840000e+16
static

◆ twom54

const double twom54 = 5.55111512312578270212e-17
static