plan9 man page for frexp

Query: frexp

OS: plan9

Section: 2

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

FREXP(2)							System Calls Manual							  FREXP(2)

NAME
frexp, ldexp, modf - split into mantissa and exponent
SYNOPSIS
#include <u.h> #include <libc.h> double frexp(double value, int *eptr) double ldexp(double value, int exp) double modf(double value, double *iptr)
DESCRIPTION
Frexp returns the mantissa of value and stores the exponent indirectly through eptr, so that value = frexp(value)*2**(*eptr). Ldexp returns the quantity value*2**exp. Modf returns the positive fractional part of value and stores the integer part indirectly through iptr.
SOURCE
/sys/src/libc/$objtype/frexp.c
SEE ALSO
intro(2)
DIAGNOSTICS
Ldexp returns 0 for underflow and the appropriately signed infinity for overflow. FREXP(2)
Related Man Pages
frexpf(3) - linux
frexp(3) - debian
frexpl(3) - centos
frexpl(3) - suse
modf(3m) - sunos
Similar Topics in the Unix Linux Community
dump -Tv
Perl:: mass replacement of converting C code formats to tgmath.h