]> www.ginac.de Git - cln.git/blob - src/float/base/cl_F_underflow_exception.cc
Cater to the fact that g++ 4.3 will use a different naming for
[cln.git] / src / float / base / cl_F_underflow_exception.cc
1 // floating_point_underflow_exception().
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cl_F.h"
8
9
10 // Implementation.
11
12 #include "cln/io.h"
13
14 namespace cln {
15
16 floating_point_underflow_exception::floating_point_underflow_exception ()
17         : floating_point_exception("floating point underflow.")
18 {}
19
20 }  // namespace cln