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_0_0.tar.gz
md5=adf0c47dff6a77a50de98dfec5d56674

Description

This is a proof of correctness for an algorithm to compute PI to high precision using an algorithm based on 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. The whole development can be used to produce mathematically proved and formally verified approximations of PI.

Dependencies (4)

  1. coq-coquelicot = "2.0.1"
  2. coq-ssreflect = "1.5.0"
  3. coq >= "8.4pl4" & < "8.5~"
  4. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None