Metadata-Version: 1.1
Name: pickl
Version: 0.2.1
Summary: Live calculations of Pi
Home-page: https://github.com/MatthyPlayz/pickle
Author: matthyno
Author-email: cjmatthy200@gmail.com
License: MIT
Download-URL: https://github.com/MatthyPlayz/pickle/archive/v_01.tar.gz
Description: ======
        Pickle
        ======
        
        Pickle is a simple live Pi calculator that can run on Casio fx-CG50
        calculators or any Casio calculator that has MicroPython.
        
        Documentation
        -------------
        
        int ``grlpi(int amount, int precision,o=False)``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Calculates pi using the Gregory-Leibniz algorithm.
                
        
        int ``nkpi(int amount, int precision,o=False)``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Calculates pi using the Nilakantha algorithm.
                
        
        int ``grlpi(int amount, int precision,o=False)``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Calculates pi using the Archimedes algorithm. Cannot go higher than 511 iterations.
                
        
        int ``galpi(int amount, int precision,o=False)``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Calculates pi using the Gauss-Legendre algorithm.
        
        int ``cpi(int amount, int precision,o=False)``
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Calculates pi using my algorithm, the Chris' algorithm.
        
        
Keywords: pi,math,calculator,constants
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
