]> www.ginac.de Git - cln.git/blob - src/float/lfloat/misc/cl_LF_class.cc
Initial revision
[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 "cl_lfloat.h"
8
9
10 // Implementation.
11
12 cl_class cl_class_lfloat = {
13         NULL,           // empty destructor
14         cl_class_flags_subclass_complex | cl_class_flags_subclass_real | cl_class_flags_subclass_float
15 };