Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] real numbers

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] real numbers


Chronological Thread 
  • From: Andrej Bauer <andrej.bauer AT andrej.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] real numbers
  • Date: Sun, 24 Jun 2012 08:15:50 +0200

On Sun, Jun 24, 2012 at 12:21 AM, Vladimir Voevodsky
<vladimir AT ias.edu>
wrote:
> I was actually thinking about a type-theoretical model of real numbers
> which would use both a number of meaningful digits *and* the exponent.
> Neither of the standard models seems to use exponent as a part of the
> description.

That is exactly what most implementations of real number do. For
example Robbert Krebbers and Bas Spitter's, the first link I provided,
works with dyadic rationals (which are rationals of the form m * 2^e,
just like you'd like them to be). Their implementation is written in
Coq.

With kind regards,

Andrej



Archive powered by MHonArc 2.6.18.

Top of Page