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

submitted-article-version-8-6.zip
md5=4004421ecb7c185e3d269fb7ef944bdd

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 (5)

  1. coq-interval = "3.1.1"
  2. coq-coquelicot > "2.1.1" & <= "2.1.2"
  3. coq-mathcomp-ssreflect >= "1.6.0" & <= "1.6.1"
  4. coq >= "8.5" & < "8.7~"
  5. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None