Manual Reference Pages  - LDEXP (3)

NAME

ldexp, ldexpf, ldexpl - multiply floating-point number by integral power of 2

CONTENTS

Synopsis
Description

SYNOPSIS


#include <math.h> 

double ldexp(double x, int exp);

float ldexp(float x, int exp);

long double ldexp(long double x, int exp);

DESCRIPTION

The ldexp() function returns the result of multiplying the floating-point number x by 2 raised to the power exp.

CONFORMING TO

SVID 3, POSIX, BSD 4.3, ISO 9899. The float and the long double variants are C99 requirements.

SEE ALSO

frexp(3), modf(3)
Jump to page    or go to Top of page |  Section 3 |  Main Index.


LDEXP (3) 2003-11-18
Generated by manServer 1.07 from /usr/share/man/man3/../man3/ldexp.3.gz using man macros.