9103 opengroup acknowledgement should be properly formatted in man pages
[unleashed.git] / usr / src / man / man3head / values.h.3head
blobbe972c9c2f5d0248d6de6c3ece39af787974ed30
1 '\" te
2 .\"  Copyright 1989 AT&T
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH VALUES.H 3HEAD "Mar 2, 1993"
7 .SH NAME
8 values.h, values \- machine-dependent values
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB#include <values.h>\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 This file contains a set of manifest constants, conditionally defined for
19 particular processor architectures.
20 .sp
21 .LP
22 The model assumed for integers is binary representation (one's or two's
23 complement), where the sign is represented by the value of the high-order bit.
24 .sp
25 .ne 2
26 .na
27 \fB\fBBITS(\fR\fBtype\fR)\fR
28 .ad
29 .RS 27n
30 The number of bits in a specified type (for example, \fBint\fR).
31 .RE
33 .sp
34 .ne 2
35 .na
36 \fB\fBHIBITS\fR\fR
37 .ad
38 .RS 27n
39 The value of a short integer with only the high-order bit set.
40 .RE
42 .sp
43 .ne 2
44 .na
45 \fB\fBHIBITL\fR\fR
46 .ad
47 .RS 27n
48 The value of a long integer with only the high-order bit set.
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fBHIBITI\fR\fR
55 .ad
56 .RS 27n
57 The value of a regular integer with only the high-order bit set.
58 .RE
60 .sp
61 .ne 2
62 .na
63 \fB\fBMAXSHORT\fR\fR
64 .ad
65 .RS 27n
66 The maximum value of a signed short integer.
67 .RE
69 .sp
70 .ne 2
71 .na
72 \fB\fBMAXLONG\fR\fR
73 .ad
74 .RS 27n
75 The maximum value of a signed long integer.
76 .RE
78 .sp
79 .ne 2
80 .na
81 \fB\fBMAXINT\fR\fR
82 .ad
83 .RS 27n
84 The maximum value of a signed regular integer.
85 .RE
87 .sp
88 .ne 2
89 .na
90 \fB\fBMAXFLOAT\fR, \fBLN_MAXFLOAT\fR\fR
91 .ad
92 .RS 27n
93 The maximum value of a single-precision floating-point number, and its natural
94 logarithm.
95 .RE
97 .sp
98 .ne 2
99 .na
100 \fB\fBMAXDOUBLE\fR, \fBLN_MAXDOUBLE\fR\fR
102 .RS 27n
103 The maximum value of a double-precision floating-point number, and its natural
104 logarithm.
108 .ne 2
110 \fB\fBMINFLOAT\fR, \fBLN_MINFLOAT\fR\fR
112 .RS 27n
113 The minimum positive value of a single-precision floating-point number, and its
114 natural logarithm.
118 .ne 2
120 \fB\fBMINDOUBLE\fR, \fBLN_MINDOUBLE\fR\fR
122 .RS 27n
123 The minimum positive value of a double-precision floating-point number, and its
124 natural logarithm.
128 .ne 2
130 \fB\fBFSIGNIF\fR\fR
132 .RS 27n
133 The number of significant bits in the mantissa of a single-precision
134 floating-point number.
138 .ne 2
140 \fB\fBDSIGNIF\fR\fR
142 .RS 27n
143 The number of significant bits in the mantissa of a double-precision
144 floating-point number.
147 .SH SEE ALSO
150 \fBIntro\fR(3) \fBmath.h\fR(3HEAD)