summaryrefslogtreecommitdiff
path: root/src/float/FLT_RADIX.h
blob: 479787072c3b81076bda16dcef3417c76cd5700d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <float.h>
#define FLT_RADIX                                                            (2)

/** radix of exponent representation **/

/***
is a constant defining the radix used by the implementation for
exponent notation. It is suitable for use in LITERAL(#if) directives.
***/

/*
VALUE_MIN(2)
*/
/*
STDC(1)
*/