Frama-C API - Numerors_arithmetics
module I = Numerors_intervalval pretty : Stdlib.Format.formatter -> t -> unitPretty printer
Return a value with all fields to zero. The <approx> field will use the precision of the approx field of the parameter
val prec : t -> Numerors_utils.Precisions.tReturn the precision of the <approx> field
val change_prec : Numerors_utils.Precisions.t -> t -> tReturn a new value with the same fields as the input but with an <approx> field with the given precision
val narrow : t -> t -> t Eva.Eval.or_bottommodule type Arithmetic = sig ... endSignature of an arithmetic
module Exact : Arithmetic with type forward = I.tModules which implement the previous signature for each field of <t>
module Approx : Arithmetic with type forward = I.tmodule Backward_Comparisons : sig ... endBackward comparisons
