package frama-c

  1. Overview
  2. Docs

doc/numerors/Numerors/Value/index.html

Module Numerors.ValueSource

Numerors' abstract value, which computes a sound overapproximation of the floating-point expressions semantic. It is represented as a triplet containing a sound overapproximation of the real semantic along with sound overapproximations for the absolute and relative errors. Those overapproximations also performs a reduced product between the two errors. For more details, one can look at M. Jacquemin's thesis.

Sourcetype ('context, 'value) builtin = 'context -> 'value list -> 'value Eva.Eval.or_bottom
Sourcemodule Make (Model : sig ... end) : sig ... end