Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

ldexp(3)


LDEXP

LDEXP

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

NAME

ldexp − multiply floating-point number by integral power of 2

SYNOPSIS

#include <math.h>

double ldexp(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

SEE ALSO

frexp(3), modf(3)



ldexp(3)