Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ilogb(3M) — SunOS 5.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

logb(3M)

attributes(5)

ilogb(3M)

NAME

ilogb − returns an unbiased exponent

SYNOPSIS

cc [ flag ... ] file ... −lm [ library ... ]

#include <math.h>

int ilogb(double x);

DESCRIPTION

The ilogb() function returns the exponent part of x.  Formally, the return value is the integral part of logr|x| as a signed integral value, for non-zero finite x, where r is the radix of the machine’s floating point arithmetic. 

RETURN VALUES

Upon successful completion, ilogb() returns the exponent part of x. 

If x is 0, ilogb() returns −INT_MAX. 

If x is NaN or ±Inf, ilogb() returns INT_MAX. 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
MT-Level MT-Safe

SEE ALSO

logb(3M), attributes(5)

SunOS 5.6  —  Last change: 29 Dec 1996

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026