<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">here are two files which I used to run some preliminary tests. Still have to<br>

workout a proper suite of unit test cases plus its integration into the<br>
package. Will do so as time permits.<br>
<br>
Drop the two files into the same directory you have checked-out the alkimia<br>
files. Make sure to name your build directory for alkimia &#39;build&#39; right<br>
underneath the source directory and simply run<br></blockquote><div><br>Sweet, thanks Thomas - very helpful, that answered my question :) One thing I did however notice, just a little heads up that you&#39;re probably already aware of, is that the variable D appears to get initialized to 5 8/16, but the result is 17/2 as opposed to 11/2. E as well, it appears to get initialized to -8/32 but the result is the absolute value? Are those just temporary bugs or maybe I&#39;m not understanding something with that particular constructor&#39;s purpose? <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Here&#39;s how this looks on my box:<br>
<br>
thb@thb-nb:~/devel/alkimia/libalkimia&gt; ls<br>
alkvalue.cpp  alkvalue.h  build  CMakeLists.txt  main.cpp  Makefile<br>
<br>
thb@thb-nb:~/devel/alkimia/libalkimia&gt; make<br>
g++ -I/usr/include/Qt -I/usr/include/QtCore -c -o main.o main.cpp<br>
g++ -o main main.o -Lbuild/lib -lalkimia -lQtCore -lstdc++<br>
<br>
thb@thb-nb:~/devel/alkimia/libalkimia&gt; ./main<br>
C=&#39;-3/4&#39;<br>
C=&#39;3/4&#39;<br>
A=&#39;123&#39;<br>
A=&#39;1/4&#39;<br>
<br>
A=&#39;8687021468732621/70368744177664&#39;<br>
<br>
A=&#39;217175536718315525/17592186044416&#39;<br>
A=&#39;12345/100&#39;<br>
B=&#39;621/5&#39;<br>
B=&#39;124&#39;<br>
D=&#39;17/2&#39;<br>
E=&#39;1/4&#39;<br>
F=&#39;1/2&#39;<br>
F=&#39;-1&#39;<br>
F=&#39;154321/125&#39;<br>
a == b = 0<br>
a &lt; b = 0<br>
a &gt; b = 1<br>
Z=&#39;8687021468732621/70368744177664&#39;<br>
<br>
<br>
--<br>
<div class="im"><br>
Regards<br>
<br>
Thomas Baumgart<br>
<br>
GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA<br>
-------------------------------------------------------------<br>
</div>Real Programmers don&#39;t write in PL/I. PL/I is for programmers who<br>
can&#39;t decide whether to write in COBOL or FORTRAN.<br>
-------------------------------------------------------------<br>
<br>_______________________________________________<br>
Kde-finance-apps mailing list<br>
<a href="mailto:Kde-finance-apps@kde.org">Kde-finance-apps@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-finance-apps" target="_blank">https://mail.kde.org/mailman/listinfo/kde-finance-apps</a><br>
<br></blockquote></div><br>