]> www.ginac.de Git - cln.git/blob - src/float/base/cl_F_globals.cc
Replace CL_REQUIRE/CL_PROVIDE(cl_DF_globals) with portable code.
[cln.git] / src / float / base / cl_F_globals.cc
1 // Global variables in CLN
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/float.h"
8
9
10 // Implementation.
11
12 namespace cln {
13
14 bool cl_inhibit_floating_point_underflow = false;
15
16 float_format_t default_float_format      = float_format_ffloat;
17
18 }  // namespace cln