<?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/calcpi/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/calcpi/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 21 Jun 2013 07:03:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/calcpi/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -41,6 +41,7 @@

 CalcPi is built with CMake (), the multi-platform make tool. The Windows setups have been created with Unicode NSIS ().

+The GUI was designed with wxFormBuilder ().

 The Icon is Copyright Oxygen(), released under the Creative Common Attribution-ShareAlike 3.0 License.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Fri, 21 Jun 2013 07:03:38 -0000</pubDate><guid>https://sourceforge.net4d720a0873df1aa53138c42f27045649a16c019a</guid></item><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -39,8 +39,10 @@
 Build-system
 ------------

-CalcPi is built with CMake (), the multi-platform make tool.
+CalcPi is built with CMake (), the multi-platform make tool. The Windows setups have been created with Unicode NSIS ().

+
+The Icon is Copyright Oxygen(), released under the Creative Common Attribution-ShareAlike 3.0 License.

 The wiki uses [Markdown](/p/calcpi/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Tue, 18 Jun 2013 16:39:05 -0000</pubDate><guid>https://sourceforge.net623e36a8c5c5cc93070cfd3efc695533dcd26faf</guid></item><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -2,6 +2,11 @@
 ===========

 This is the Wiki of CalcPi, a multiplatform program for calculating pi and other mathematical constants to arbitrary precision.
+
+[CalcPi Homepage](http://calcpi.sourceforge.net/index.html)
+[CalcPi user documentation](http://calcpi.sourceforge.net/docs.html)
+[Developer documentation]
+

 Third-party libraries
 ---------------------
@@ -18,6 +23,7 @@

  - Windows, from XP to 8, 32 and 64 bits. It is possible to use either Visual C++ compiler or MinGW32/MinGW64
  - Linux (I tested with Ubuntu x64 and Raspbian, a Debian version for Raspberry Pi)
+ - OS X (I'm not a OS X expert, and I don't own a Mac myself, therefore I don't provide OS X binaries)

 Algorithms
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Tue, 18 Jun 2013 10:44:26 -0000</pubDate><guid>https://sourceforge.net882aea9d11df3ea51213bc9a0110688575c5d8f1</guid></item><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -20,6 +20,16 @@
  - Linux (I tested with Ubuntu x64 and Raspbian, a Debian version for Raspberry Pi)

+Algorithms
+----------
+
+CalcPi contains several algorithms for calculating Pi and e (base of natural logarithm). These algorithms were implemented by others:
+
+ - GMP-Chudnovsky ()
+ - Parallel GMP-Chudnovsky ()
+ - MPFR ()
+
+
 Build-system
 ------------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Sun, 16 Jun 2013 11:41:20 -0000</pubDate><guid>https://sourceforge.net017da031b2a3e4ad2431697a4cd8248ab1520a0d</guid></item><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -7,6 +7,7 @@
 ---------------------

 It uses the following libraries:
+
  - wxWidgets, the multiplatform GUI library ()
  - boost ()
  - GMP or MPIR ( or ) for arbitrary precision calculation
@@ -14,6 +15,7 @@
  - Eigen () for linear algebra (estimating the time and memory consumption)

 Since all of these libraries are multi-platform, the source code should compile on almost any desktop OS. I have tested the following platforms:
+
  - Windows, from XP to 8, 32 and 64 bits. It is possible to use either Visual C++ compiler or MinGW32/MinGW64
  - Linux (I tested with Ubuntu x64 and Raspbian, a Debian version for Raspberry Pi)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Sun, 16 Jun 2013 11:32:27 -0000</pubDate><guid>https://sourceforge.net8bde5976dda55661c84ce2d964649466cf858e97</guid></item><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,10 @@
+CalcPi Wiki
+===========
+
 This is the Wiki of CalcPi, a multiplatform program for calculating pi and other mathematical constants to arbitrary precision.
+
+Third-party libraries
+---------------------

 It uses the following libraries:
  - wxWidgets, the multiplatform GUI library ()
@@ -12,6 +18,11 @@
  - Linux (I tested with Ubuntu x64 and Raspbian, a Debian version for Raspberry Pi)

+Build-system
+------------
+
+CalcPi is built with CMake (), the multi-platform make tool.
+

 The wiki uses [Markdown](/p/calcpi/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Sun, 16 Jun 2013 11:13:09 -0000</pubDate><guid>https://sourceforge.net2b5d470158e059ce0bc3bf04f333b37bba3ad010</guid></item><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,18 @@
-Welcome to your wiki!
+This is the Wiki of CalcPi, a multiplatform program for calculating pi and other mathematical constants to arbitrary precision.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+It uses the following libraries:
+ - wxWidgets, the multiplatform GUI library ()
+ - boost ()
+ - GMP or MPIR ( or ) for arbitrary precision calculation
+ - MPFR () for arbitrary precision floats
+ - Eigen () for linear algebra (estimating the time and memory consumption)
+
+Since all of these libraries are multi-platform, the source code should compile on almost any desktop OS. I have tested the following platforms:
+ - Windows, from XP to 8, 32 and 64 bits. It is possible to use either Visual C++ compiler or MinGW32/MinGW64
+ - Linux (I tested with Ubuntu x64 and Raspbian, a Debian version for Raspberry Pi)
+
+
+

 The wiki uses [Markdown](/p/calcpi/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Fri, 14 Jun 2013 17:13:35 -0000</pubDate><guid>https://sourceforge.net5cd59e664cc68835b8556686e7aade11f5ea00ba</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is the Wiki of CalcPi, a multiplatform program for calculating pi and other mathematical constants to arbitrary precision.&lt;/p&gt;
&lt;p&gt;It uses the following libraries:&lt;br /&gt;
 - wxWidgets, the multiplatform GUI library (&lt;a href="http://www.wxwidgets.org/" rel="nofollow"&gt;http://www.wxwidgets.org/&lt;/a&gt;)&lt;br /&gt;
 - boost (&lt;a href="http://www.boost.org/" rel="nofollow"&gt;http://www.boost.org/&lt;/a&gt;)&lt;br /&gt;
 - GMP or MPIR (&lt;a href="http://gmplib.org/" rel="nofollow"&gt;http://gmplib.org/&lt;/a&gt; or &lt;a href="http://www.mpir.org/" rel="nofollow"&gt;http://www.mpir.org/&lt;/a&gt;) for arbitrary precision calculation&lt;br /&gt;
 - MPFR (&lt;a href="http://www.mpfr.org/" rel="nofollow"&gt;http://www.mpfr.org/&lt;/a&gt;) for arbitrary precision floats&lt;br /&gt;
 - Eigen (&lt;a href="http://eigen.tuxfamily.org/index.php?title=Main_Page" rel="nofollow"&gt;http://eigen.tuxfamily.org/index.php?title=Main_Page&lt;/a&gt;) for linear algebra (estimating the time and memory consumption)&lt;/p&gt;
&lt;p&gt;Since all of these libraries are multi-platform, the source code should compile on almost any desktop OS. I have tested the following platforms:&lt;br /&gt;
 - Windows, from XP to 8, 32 and 64 bits. It is possible to use either Visual C++ compiler or MinGW32/MinGW64&lt;br /&gt;
 - Linux (I tested with Ubuntu x64 and Raspbian, a Debian version for Raspberry Pi)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Fri, 14 Jun 2013 17:10:59 -0000</pubDate><guid>https://sourceforge.net50115964a04e88493e4417b0037541213776720a</guid></item><item><title>Home modified by RomanH</title><link>https://sourceforge.net/p/calcpi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/calcpi/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/rhiestan/"&gt;RomanH&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51bb46cdea406b014675554f" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RomanH</dc:creator><pubDate>Fri, 14 Jun 2013 16:37:34 -0000</pubDate><guid>https://sourceforge.netdd1ee98299e1acbd8c0d8df46b7dcc0c6448f253</guid></item></channel></rss>