LDEXP(3) Linux Programmer's Manual LDEXP(3)NAMEldexp - multiply floating-point number by integral power of 2SYNOPSIS#include <math.h> double ldexp(double x, int exp);DESCRIPTIONThe ldexp() function returns the result of multiplying the floating-point number x by 2 raised to the power exp.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOfrexp(3), modf(3)BSD1993-06-06 LDEXP(3)
| Related Man Pages |
|---|
| ldexp(3) - debian |
| ldexpf(3) - debian |
| ldexp(3) - centos |
| ldexpl(3) - centos |
| ldexpf(3m) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| LinuxWorld Expo this week |
| Missing efix on AIX 4.3.3 |
| Reported Post by drl |
| dump -Tv |
| Perl:: mass replacement of converting C code formats to tgmath.h |