repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix_proofs' into 'master'
[why3.git]
/
tests
/
computation.why
blob
5881ec1a5c924cc8f838aeb5beb0f344a23c3193
1
2
theory T
3
4
use int.Int
5
use real.RealInfix
6
use int.Power
7
use real.PowerInt as P
8
9
goal g: 0x1p3321941 <. P.power 10.0 (power 10 6 + 4) <. 0x1p3321942
10
11
end
12