Query: ldexp
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LDEXP(3) BSD Library Functions Manual LDEXP(3)NAMEldexp -- multiply by integer power of 2SYNOPSIS#include <math.h> double ldexp(double x, int n); float ldexpf(float x, int n);DESCRIPTIONThe ldexp() and ldexpf() functions multiply x by 2 to the power n.SPECIAL VALUESldexp(+-0, n) returns +-0. ldexp(x, 0) returns x. ldexp(+-infinity, n) returns +-infinity.SEE ALSOmath(3), scalbn(3)STANDARDSThe ldexp() and ldexpf() functions conform to ISO/IEC 9899:1999(E).BSDJuly 22, 2003 BSD
Related Man Pages |
---|
ldexpl(3) - debian |
ldexpf(3) - debian |
ldexp(3) - suse |
ldexpf(3) - suse |
ldexp(3m) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Sendmail & SMTP |
sendmail problem on Solaris 10 |
Reported Post by drl |
dump -Tv |
Perl:: mass replacement of converting C code formats to tgmath.h |