Skip to content

Commit

Permalink
Missed doc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jun 12, 2024
1 parent 4ab06de commit dfd4be7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/reasoners/intervals.mli
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ module Legacy : sig
Supposing input bounds (b1, b2), this will return
(const + coef * b1, const + coef * b2).
This function is useful to avoid the incorrect roundings that
can take place when scaling down an integer range. *)
can take place when scaling down an integer range.
@raise Invalid_argument if [coef] is zero. *)

val pretty_print : t Fmt.t

Expand Down

0 comments on commit dfd4be7

Please sign in to comment.