]> www.ginac.de Git - cln.git/blob - src/float/lfloat/misc/cl_LF_class.cc
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / src / float / lfloat / misc / cl_LF_class.cc
1 // cl_class_lfloat.
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/lfloat.h"
8
9
10 // Implementation.
11
12 namespace cln {
13
14 cl_class cl_class_lfloat = {
15         NULL,           // empty destructor
16         cl_class_flags_subclass_complex | cl_class_flags_subclass_real | cl_class_flags_subclass_float
17 };
18
19 }  // namespace cln