]> www.ginac.de Git - cln.git/blob - src/rational/elem/cl_RA_from_I_posI1.cc
Initial revision
[cln.git] / src / rational / elem / cl_RA_from_I_posI1.cc
1 // I_I_to_RT().
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cl_RA.h"
8
9
10 // Implementation.
11
12 const cl_RA I_I_to_RT (const cl_I& a, const cl_I& b)
13 {
14         return allocate_ratio(a,b);
15 }