Manpages

Manpage of LDEXP

LDEXP

Section: Linux Programmer's Manual (3 )
Updated: 1993-06-06
Index
Return to Main Contents
 

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)


 

Index

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 00:53:09 GMT, March 29, 2024