Headers values.h(3HEAD)
NAME
values.h, values - machine-dependent values
SYNOPSIS
#include
DESCRIPTION
This file contains a set of manifest constants, condition-
ally defined for particular processor architectures. The model assumed for integers is binary representation (one's or two's complement), where the sign is representedby the value of the high-order bit.
BITS(type) The number of bits in a specified type (for example, int). HIBITS The value of a short integer withonly the high-order bit set.
HIBITL The value of a long integer withonly the high-order bit set.
HIBITI The value of a regular integerwith only the high-order bit set.
MAXSHORT The maximum value of a signed short integer. MAXLONG The maximum value of a signed long integer. MAXINT The maximum value of a signed regular integer.MAXFLOAT, LN_MAXFLOAT The maximum value of a single-
precision floating-point number,
and its natural logarithm.MAXDOUBLE, LN_MAXDOUBLE The maximum value of a double-
precision floating-point number,
and its natural logarithm.SunOS 5.11 Last change: 2 Mar 1993 1
Headers values.h(3HEAD)
MINFLOAT, LN_MINFLOAT The minimum positive value of a
single-precision floating-point
number, and its natural loga-
rithm.MINDOUBLE, LN_MINDOUBLE The minimum positive value of a
double-precision floating-point
number, and its natural loga-
rithm. FSIGNIF The number of significant bits inthe mantissa of a single-
precision floating-point number.
DSIGNIF The number of significant bits inthe mantissa of a double-
precision floating-point number.
SEE ALSO
Intro(3) math.h(3HEAD)SunOS 5.11 Last change: 2 Mar 1993 2