*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ldexp | Section: 3 | Source: OpenBSD | File: ldexp.3
LDEXP(3) FreeBSD Library Functions Manual LDEXP(3) NAME ldexp, ldexpf, ldexpl - multiply floating-point number by integral power of 2 SYNOPSIS #include <math.h> double ldexp(double x, int exp); float ldexpf(float x, int exp); long double ldexpl(long double x, int exp); DESCRIPTION The ldexp() function multiplies a floating-point number by an integral power of 2. The ldexpf() function is a single precision version of ldexp(). The ldexpl() function is an extended precision version of ldexp(). RETURN VALUES The ldexp(), ldexpf() and ldexpl() functions return the value of x times 2 raised to the power exp. If the resultant value would cause an overflow, the global variable errno is set to ERANGE and the value HUGE is returned. SEE ALSO frexp(3), modf(3) STANDARDS The ldexp() function conforms to ANSI X3.159-1989 ("ANSI C89"). FreeBSD 14.1-RELEASE-p8 June 5, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options