]> www.ginac.de Git - cln.git/blob - src/rational/elem/cl_RA_from_I_posI1.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / rational / elem / cl_RA_from_I_posI1.cc
1 // I_I_to_RT().
2
3 // General includes.
4 #include "base/cl_sysdep.h"
5
6 // Specification.
7 #include "rational/cl_RA.h"
8
9
10 // Implementation.
11
12 namespace cln {
13
14 const cl_RA I_I_to_RT (const cl_I& a, const cl_I& b)
15 {
16         return allocate_ratio(a,b);
17 }
18
19 }  // namespace cln