Query: scalbn
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCALBN(3) BSD Library Functions Manual SCALBN(3)NAMEscalbn, scalblnSYNOPSIS#include <math.h> double scalbn(double x, int n); float scalbnf(float x, int n); double scalbln(double x, long int n); float scalblnf(float x, long int n);DESCRIPTIONThe scalbn() , scalbnf() , scalbln() , and scalblnf() functions return x*(2**n) computed by exponent manipulation.SPECIAL VALUESscalbn(+-0, n) returns +-0. scalbn(x, 0) returns x. scalbn(+-infinity, n) returns +-infinity. scalbln() has the same special values.SEE ALSOmath(3), ldexp(3)STANDARDSThe scalbn() , scalbnf() , scalbln() , and scalblnf() functions conform to ISO/IEC 9899:1999(E).BSDJuly 23, 2003 BSD
Related Man Pages |
---|
scalblnf(3m) - opensolaris |
scalblnl(3m) - opensolaris |
scalbnl(3m) - opensolaris |
scalblnl(3m) - sunos |
scalbnl(3m) - sunos |
Similar Topics in the Unix Linux Community |
---|
Perl:: mass replacement of converting C code formats to tgmath.h |