pickl 0.3.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.