package coq-pi-agm

  1. Overview
  2. No Docs
Computing thousands or millions of digits of PI with arithmetic-geometric means

Install

Dune Dependency

Authors

Maintainers

Sources

pi-agm-1.2.8.tgz
sha256=417bd20488f2480e5792b33cfea2a2d0211995f5dd726fec54302c9eb559b983

Description

This is a proof of correctness for two algorithms to compute PI to high precision using arithmetic-geometric means. A first file contains the calculus-based proofs for an abstract view of the algorithm, where all numbers are real numbers. A second file describes how to approximate all computations using large integers. Other files describe the second algorithm which is close to the one used in mpfr, for instance.

The whole development can be used to produce mathematically proved and formally verified approximations of PI.

Dependencies (4)

  1. coq-interval >= "4"
  2. coq-coquelicot >= "3" & < "4~"
  3. coq >= "8.19"
  4. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None