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

v1.1.10.tar.gz
md5=aebdb6fd8d8ab61561094e348a8e6c74

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"
  2. coq-flocq < "3"
  3. coq-coquelicot >= "3" & < "4~"
  4. coq >= "8.7" & < "8.8~"
  5. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None