]> www.ginac.de Git - cln.git/blob - src/float/base/cl_F_globals.cc
a7c5678615d5d85f57d9266ebe1b44f80ef4db66
[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