Super PI is a computer program that calculates pi to a specified number of digits after the decimal point � up to a maximum of 32 million. It uses Gauss�Legendre algorithm and is a Windows port of the program used by Yasumasa Kanada in 1995 to compute pi to 2^32 digits.
                         
                        
                            Size: 710 KB
                        
                        
                            Authors: Yasumasa Kanada
                        
                        
                        
                        Default path: %HOMEDRIVE%\Programs\SuperPI
                        
                            pbox install superpi
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>superpi</name>
    <title>Super PI</title>
    <version>1.9</version>
    <group>benchmark</group>
    <group>system</group>
    <archs>32</archs>
    <homedir>%HOMEDRIVE%\Programs\SuperPI</homedir>
    <install>
        <copy>.\files</copy>
    </install>
    <uninstall>
        <remove>${homedir}</remove>
    </uninstall>
</pbox>