# Copyright (c) 2003, The TenDRA Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $TenDRA: tendra/src/lib/apis/iso99/float.h,v 1.2 2004/03/23 22:02:59 stefanf Exp $
#

# 7.7 [refers to 5.2.4.2.2]

+EXP int FLT_ROUNDS;

+CONST int FLT_EVAL_METHOD;

+CONST int FLT_RADIX;
+CONST int FLT_MANT_DIG;
+CONST int DBL_MANT_DIG;
+CONST int LDBL_MANT_DIG;
+CONST int DECIMAL_DIG;
+CONST int FLT_DIG;
+CONST int DBL_DIG;
+CONST int LDBL_DIG;
+CONST int FLT_MIN_EXP;
+CONST int DBL_MIN_EXP;
+CONST int LDBL_MIN_EXP;
+CONST int FLT_MIN_10_EXP;
+CONST int DBL_MIN_10_EXP;
+CONST int LDBL_MIN_10_EXP;
+CONST int FLT_MAX_EXP;
+CONST int DBL_MAX_EXP;
+CONST int LDBL_MAX_EXP;
+CONST int FLT_MAX_10_EXP;
+CONST int DBL_MAX_10_EXP;
+CONST int LDBL_MAX_10_EXP;

+CONST float FLT_MAX;
+CONST double DBL_MAX;
+CONST long double LDBL_MAX;

+CONST float FLT_EPSILON;
+CONST double DBL_EPSILON;
+CONST long double LDBL_EPSILON;

+CONST float FLT_MIN;
+CONST double DBL_MIN;
+CONST long double LDBL_MIN;


syntax highlighted by Code2HTML, v. 0.9.1