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.6.0.tar.gz
md5=f12f381bdb9f3012f32b439324189a48

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

Dev Dependencies

None

Used by

None

Conflicts

None