package coq-ieee754

  1. Overview
  2. No Docs
A formalisation of the IEEE754 norm on floating-point arithmetic

Install

Dune Dependency

Authors

Maintainers

Sources

v8.9.0.tar.gz
md5=05fed91c10330313e2b261870c0dd979

Description

This library contains a non-verified implementation of binary floating-point addition and multiplication operators inspired by the IEEE-754 standard. It is today outdated.

See the attached 1997 report rapport-stage-dea.ps.gz for a discussion (in French) of this work.

For the state of the art at the time of updating this notice, see e.g. "Flocq: A Unified Library for Proving Floating-point Algorithms in Coq" by S. Boldo and G. Melquiond, 2011.

Dependencies (2)

  1. coq >= "8.9" & < "8.10~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None