ldexpf(3) opendarwin man page | unix.com

Man Page: ldexpf

Operating Environment: opendarwin

Section: 3

LDEXP(3)						   BSD Library Functions Manual 						  LDEXP(3)

NAME
ldexp -- multiply by integer power of 2
SYNOPSIS
#include <math.h> double ldexp(double x, int n); float ldexpf(float x, int n);
DESCRIPTION
The ldexp() and ldexpf() functions multiply x by 2 to the power n.
SPECIAL VALUES
ldexp(+-0, n) returns +-0. ldexp(x, 0) returns x. ldexp(+-infinity, n) returns +-infinity.
SEE ALSO
math(3), scalbn(3)
STANDARDS
The ldexp() and ldexpf() functions conform to ISO/IEC 9899:1999(E).
BSD
July 22, 2003 BSD
Related Man Pages
ldexpl(3) - linux
ldexp(3) - debian
ldexp(3m) - sunos
ldexp(3m) - opensolaris
ldexpf(3m) - opensolaris
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB
Denial Of Service Attack Update
Shopt -s histappend