Query: scalbnl
OS: freebsd
Section: 3
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCALBN(3) BSD Library Functions Manual SCALBN(3)NAMEscalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl -- adjust exponentLIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h> double scalbln(double x, long n); float scalblnf(float x, long n); long double scalblnl(long double x, long n); double scalbn(double x, int n); float scalbnf(float x, int n); long double scalbnl(long double x, int n);DESCRIPTIONThese routines return x*(2**n) computed by exponent manipulation.SEE ALSOieee(3), math(3)STANDARDSThese routines conform to ISO/IEC 9899:1999 (``ISO C99''), and they implement the Scalb function recommended by IEEE Std 754-1985.HISTORYThe scalbn() and scalbnf() functions appeared in 4.3BSD and FreeBSD 2.0, respectively. The scalbln() and scalblnf() functions first appeared in FreeBSD 5.3, and scalblnl() and scalbln() in FreeBSD 6.0.BSDMarch 4, 2005 BSD
Related Man Pages |
---|
scalblnf(3m) - opensolaris |
scalbn(3) - netbsd |
scalbnl(3) - netbsd |
scalblnf(3m) - sunos |
scalbn(3m) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Scripts without shebang |
Is UNIX an open source OS ? |
A simple UNIXtime component in Vue.js |