freebsd man page for scalbnl

Query: scalbnl

OS: freebsd

Section: 3

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

SCALBN(3)						   BSD Library Functions Manual 						 SCALBN(3)

NAME
scalbln, scalblnf, scalblnl, scalbn, scalbnf, scalbnl -- adjust exponent
LIBRARY
Math 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);
DESCRIPTION
These routines return x*(2**n) computed by exponent manipulation.
SEE ALSO
ieee(3), math(3)
STANDARDS
These routines conform to ISO/IEC 9899:1999 (``ISO C99''), and they implement the Scalb function recommended by IEEE Std 754-1985.
HISTORY
The 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.
BSD
March 4, 2005 BSD
Related Man Pages
scalbn(3) - netbsd
scalblnf(3m) - sunos
scalbn(3m) - sunos
scalbnl(3m) - sunos
scalbnf(3m) - sunos
Similar Topics in the Unix Linux Community
The Whole Story on #! /usr/bin/ksh
Scripts without shebang
A simple UNIXtime component in Vue.js
UNIX Environment Setup - (Just starting!)