LDEXP - exponent function.

(ANSI Standard)

Usage:

#include <math.h>
y = ldexp( x, N );

Where:

double x, y;
 
int N;
 

Description:

"ldexp" returns the quantity

x * 2**N;

Copyright © 1996, Thinkage Ltd.