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.7.0.tar.gz
md5=c79fabb9831e0231bc5ce75f3be6aad7

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.7" & < "8.8~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None