Last updated:
0 purchases
pickl 0.3.0
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.