]> www.ginac.de Git - cln.git/blob - src/float/lfloat/elem/cl_LF_2minus.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / float / lfloat / elem / cl_LF_2minus.cc
1 // binary operator -
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/lfloat.h"
8
9
10 // Implementation.
11
12 #include "cl_LF.h"
13
14 namespace cln {
15
16 const cl_LF operator- (const cl_LF& x1, const cl_LF& x2)
17 { GEN_LF_OP2(x1,x2,LF_LF_minus_LF,return) }
18
19 }  // namespace cln