package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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