IntDomain0.IntervalArithmodule Ints_t : IntOps.IntOpsval hash : t -> intval div :
(Ints_t.t * Ints_t.t) ->
(Ints_t.t * Ints_t.t) ->
(Ints_t.t * Ints_t.t) option * (Ints_t.t * Ints_t.t) optionDivide mathematical intervals. Excludes 0 from denominator - must be handled as desired by caller.
val find_thresholds :
WideningThresholds.Thresholds.t ResettableLazy.t ->
WideningThresholds.Thresholds.tval is_threshold :
Ints_t.t ->
WideningThresholds.Thresholds.t ResettableLazy.t ->
boolval is_upper_threshold : Ints_t.t -> boolval is_lower_threshold : Ints_t.t -> bool