Query: modf
OS: bsd
Section: 3
Links: bsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FREXP(3) Library Functions Manual FREXP(3)NAMEfrexp, ldexp, modf - split into mantissa and exponentSYNOPSISdouble frexp(value, eptr) double value; int *eptr; double ldexp(value, exp) double value; double modf(value, iptr) double value, *iptr;DESCRIPTIONFrexp returns the mantissa of a double value as a double quantity, x, of magnitude less than 1 and stores an integer n such that value = x*2n indirectly through eptr. Ldexp returns the quantity value*2exp. Modf returns the positive fractional part of value and stores the integer part indirectly through iptr. 7th Edition May 15, 1985 FREXP(3)
Related Man Pages |
---|
modf(3) - linux |
modfl(3) - linux |
modfl(3) - debian |
modfl(3) - suse |
modf(3m) - sunos |
Similar Topics in the Unix Linux Community |
---|
Clean up the space |
Executes scripts parallelly based on their success |
.csv file manipulation |
sed replace characters using a wildcard |
Very strange output with casting |