products/sources/formale sprachen/Coq/test-suite/ide image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: itv.mli   Sprache: Unknown

(************************************************************************)
(*         *   The Coq Proof Assistant / The Coq Development Team       *)
(*  v      *   INRIA, CNRS and contributors - Copyright 1999-2018       *)
(* <O___,, *       (see CREDITS file for the list of authors)           *)
(*   \VV/  **************************************************************)
(*    //   *    This file is distributed under the terms of the         *)
(*         *     GNU Lesser General Public License Version 2.1          *)
(*         *     (see LICENSE file for the text of the license)         *)
(************************************************************************)
open Num

type interval = num option * num option
val pp : out_channel -> interval -> unit
val inter : interval -> interval -> interval option
val range : interval -> num option
val smaller_itv : interval -> interval -> bool
val in_bound : interval -> num -> bool
val norm_itv : interval -> interval option

[ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ]