Skip to content

Commit

Permalink
Mention exception
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jun 20, 2024
1 parent 5000254 commit 7ef7477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/reasoners/intervals_intf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,9 @@ module type Ring = sig

val scale : value -> t -> t
(** [scale v u] evaluates to {m \{ v \times x \mid x \in S \}} when [u]
evaluates to {m S}. *)
evaluates to {m S}.
@raise Invalid_argument if [v] is zero. *)

val mul : t -> t -> t
(** [mul u1 u2] evaluates to {m \{ x \times y \mid x \in S_1, y \in S_2 \}}
Expand Down

0 comments on commit 7ef7477

Please sign in to comment.