Main index | Section 3 | Options |
#include <math.h>
logb(x), logbf(x), and logbl(x) return x, Ns, 's, exponent in floating-point format with the same precision as x. logb(±∞) returns +∞, and logb() returns -∞ with a division by zero exception.
Function | First Appeared In |
logb() | |
BSD 4.3 | |
ilogb() | |
FreeBSD 1.1.5 | |
ilogbf() | |
FreeBSD 2.0 | |
logbf() | |
FreeBSD 2.0 | |
ilogbl() | |
FreeBSD 5.4 | |
logbl() | |
FreeBSD 8.0 | |
ILOGB (3) | December 16, 2007 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Ken Thompson was once asked by a reporter what he would have changed about Unix if he had it all to do over again. His answer: “I would spell creat with an ‘e.'” | ” |