<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/zmcomplex/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 13 Sep 2011 08:42:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/zmcomplex/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v12 
+++ v13 
@@ -4,7 +4,7 @@
 
 It is based on the GNU MP (GMP) and MPFR libraries, which are usually found as standard packages in recent Linux distributions.
 
-Documentations are found in the "doc" directory of the package. They are placed at [Documents] in the PDF file format. 
+Documentations are found in the "doc" directory of the package. They are also placed at [Documents] in the PDF file format. 
 
 +++ Installation +++
 ====================
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:42:39 -0000</pubDate><guid>https://sourceforge.net3677c00237d87b219691fe0f1c4be08ca24bd74e</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v11 
+++ v12 
@@ -4,6 +4,7 @@
 
 It is based on the GNU MP (GMP) and MPFR libraries, which are usually found as standard packages in recent Linux distributions.
 
+Documentations are found in the "doc" directory of the package. They are placed at [Documents] in the PDF file format. 
 
 +++ Installation +++
 ====================
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:42:09 -0000</pubDate><guid>https://sourceforge.net378a0e09fb109d38324bb7260573536ba3867b58</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v10 
+++ v11 
@@ -15,7 +15,7 @@
 
 +++ Making your program with zmcomplex library +++
 ==================================================
-See the document for details.
+See the [Documents] for details.
 In short, your source file should write
 &gt;\#include "zmcomplex.hpp"
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:38:39 -0000</pubDate><guid>https://sourceforge.netdb48a9fb9a9eb2d540845b7a9f5f48768b60d8f4</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -4,9 +4,6 @@
 
 It is based on the GNU MP (GMP) and MPFR libraries, which are usually found as standard packages in recent Linux distributions.
 
-+++ Author +++
-==============
-Akira SaiToh (saitoh \[AT\] silqcs.org)
 
 +++ Installation +++
 ====================
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:26:53 -0000</pubDate><guid>https://sourceforge.net329bd94e1432d0560759678eaab4bafbd745a8bb</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -6,32 +6,32 @@
 
 +++ Author +++
 ==============
-Akira SaiToh (saitoh [AT] silqcs.org)
-
+Akira SaiToh (saitoh \[AT\] silqcs.org)
+
 +++ Installation +++
 ====================
 See the document in the directory ./doc.
 In short, it is just a standard process:
 &gt;$ ./configure&lt;br&gt;
 &gt;$ make&lt;br&gt;
 &gt;\# make install
 
 +++ Making your program with zmcomplex library +++
 ==================================================
 See the document for details.
 In short, your source file should write
 &gt;\#include "zmcomplex.hpp"
 
 &lt;br&gt;and use classes and appropriate functions defined in the
 header files of the zmcomplex library.
 
 +++ Compilation of your program +++
 ===================================
 The zmcomplex library is based on the GMP and MPFR libraries.
 Thus, you probably need flags
 &gt;        -lm -lmpfr -lgmp -lgmpxx
 
 &lt;br&gt;in addition to
 &gt;        -lzmcomplex
 
-to compile your program with the zmcomplex library using g++.
+&lt;br&gt;to compile your program with the zmcomplex library using g++.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:18:19 -0000</pubDate><guid>https://sourceforge.net3045dc0925d3bd5052c7e0be059d2f3ced507e34</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -22,16 +22,16 @@
 In short, your source file should write
 &gt;\#include "zmcomplex.hpp"
 
-and use classes and appropriate functions defined in the
+&lt;br&gt;and use classes and appropriate functions defined in the
 header files of the zmcomplex library.
 
 +++ Compilation of your program +++
 ===================================
 The zmcomplex library is based on the GMP and MPFR libraries.
 Thus, you probably need flags
 &gt;        -lm -lmpfr -lgmp -lgmpxx
 
-in addition to
+&lt;br&gt;in addition to
 &gt;        -lzmcomplex
 
 to compile your program with the zmcomplex library using g++.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:17:39 -0000</pubDate><guid>https://sourceforge.netd717d3d52cb9db62c4c32235cfd17ec00ec8e846</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -20,21 +20,18 @@
 ==================================================
 See the document for details.
 In short, your source file should write
-
 &gt;\#include "zmcomplex.hpp"
 
 and use classes and appropriate functions defined in the
 header files of the zmcomplex library.
 
 +++ Compilation of your program +++
 ===================================
 The zmcomplex library is based on the GMP and MPFR libraries.
 Thus, you probably need flags
-
 &gt;        -lm -lmpfr -lgmp -lgmpxx
 
 in addition to
-
 &gt;        -lzmcomplex
 
 to compile your program with the zmcomplex library using g++.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:16:54 -0000</pubDate><guid>https://sourceforge.net07acb19841622e4499fbdda600967101d5ebcea0</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -20,15 +20,21 @@
 ==================================================
 See the document for details.
 In short, your source file should write
+
 &gt;\#include "zmcomplex.hpp"
+
 and use classes and appropriate functions defined in the
 header files of the zmcomplex library.
 
 +++ Compilation of your program +++
 ===================================
 The zmcomplex library is based on the GMP and MPFR libraries.
 Thus, you probably need flags
+
 &gt;        -lm -lmpfr -lgmp -lgmpxx
+
 in addition to
+
 &gt;        -lzmcomplex
+
 to compile your program with the zmcomplex library using g++.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:14:14 -0000</pubDate><guid>https://sourceforge.net7a9838233d42c99824a795ddd608d35811921ac5</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -12,23 +12,23 @@
 ====================
 See the document in the directory ./doc.
 In short, it is just a standard process:
-&gt;$ ./configure
-&gt;$ make
+&gt;$ ./configure&lt;br&gt;
+&gt;$ make&lt;br&gt;
 &gt;\# make install
 
 +++ Making your program with zmcomplex library +++
 ==================================================
 See the document for details.
 In short, your source file should write
-&gt;&amp;sharp;include "zmcomplex.hpp"
+&gt;\#include "zmcomplex.hpp"
 and use classes and appropriate functions defined in the
 header files of the zmcomplex library.
 
 +++ Compilation of your program +++
 ===================================
 The zmcomplex library is based on the GMP and MPFR libraries.
 Thus, you probably need flags
-&gt;&gt;        -lm -lmpfr -lgmp -lgmpxx
+&gt;        -lm -lmpfr -lgmp -lgmpxx
 in addition to
-&gt;&gt;        -lzmcomplex
+&gt;        -lzmcomplex
 to compile your program with the zmcomplex library using g++.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:13:28 -0000</pubDate><guid>https://sourceforge.net7e5e4807cf5350c2cc2544d78443a22c87d74df9</guid></item><item><title>WikiPage Home modified by SAITOH Akira</title><link>https://sourceforge.net/p/zmcomplex/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -6,15 +6,15 @@
 
 +++ Author +++
 ==============
-Akira SaiToh &lt;saitoh ?AT? silqcs.org&gt;
+Akira SaiToh (saitoh [AT] silqcs.org)
 
 +++ Installation +++
 ====================
 See the document in the directory ./doc.
 In short, it is just a standard process:
 &gt;$ ./configure
 &gt;$ make
-&gt;&amp;sharp; make install
+&gt;\# make install
 
 +++ Making your program with zmcomplex library +++
 ==================================================
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SAITOH Akira</dc:creator><pubDate>Tue, 13 Sep 2011 08:12:41 -0000</pubDate><guid>https://sourceforge.net69b8c949f4763523832961da0e1e1cac5feed01e</guid></item></channel></rss>