mojave man page for ldexpl

Query: ldexpl

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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); long double ldexpl(long double x, int n); float ldexpf(float x, int n);
DESCRIPTION
The ldexp() 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() functions conform to ISO/IEC 9899:2011.
BSD
December 11, 2006 BSD
Related Man Pages
logb(3) - osf1
ldexp(3) - linux
ldexp(3) - suse
ldexpf(3m) - sunos
ldexpf(3m) - opensolaris
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?
[BASH] eval command not expanding variables as expected.