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.8.0.tar.gz
md5=88242efad7f91cd7e1f4edef34915567

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

Dev Dependencies

None

Used by

None

Conflicts

None