compute-pi 0.1.0

A Rust library for computing π to a high degree of precision.
compute-pi-0.1.0 is not a library.
Visit the last successful build: compute-pi-1.0.0

compute-pi

A Rust library for computing π (pi) to a high degree of precision.

Features

  • Compute π to any number of decimal places
  • Utilizes the Gauss-Legendre algorithm for fast convergence

Usage

Add this to your Cargo.toml:

[dependencies]
compute-pi = "0.1.0"