-
Notifications
You must be signed in to change notification settings - Fork 9
/
rounding_simpl.mli
19 lines (14 loc) · 1.09 KB
/
rounding_simpl.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(* ========================================================================== *)
(* FPTaylor: A Tool for Rigorous Estimation of Round-off Errors *)
(* *)
(* Author: Alexey Solovyev, University of Utah *)
(* *)
(* This file is distributed under the terms of the MIT license *)
(* ========================================================================== *)
(* -------------------------------------------------------------------------- *)
(* Rounding simplification procedures *)
(* -------------------------------------------------------------------------- *)
exception Exceptional_operation of Expr.expr * string
val get_type : (string -> Rounding.value_type) -> Expr.expr -> Rounding.value_type
val simplify_rounding : (string -> Rounding.value_type) -> Expr.expr -> Expr.expr
val check_expr : (string -> Interval.interval) -> Expr.expr -> Interval.interval