Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
9951e364
Commit
9951e364
authored
Nov 29, 2016
by
Clément Fumex
Browse files
correct mistake in big_float_is_int axiom
parent
9ab5761b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/ieee_float.why
View file @
9951e364
...
...
@@ -653,7 +653,7 @@ theory GenericFloat
(** big floats are ints *)
axiom big_float_is_int: forall m i.
is_finite i ->
(i .<= (of_int m (- max_representable_integer))
/
\
(i .<= (of_int m (- max_representable_integer)) \
/
(of_int m max_representable_integer) .<= i) ->
is_int i
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment