mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
|
|
theory T
|
|
|
|
use int.Int
|
|
use real.RealInfix
|
|
use int.Power
|
|
use real.PowerInt as P
|
|
|
|
goal g: 0x1p3321941 <. P.power 10.0 (power 10 6 + 4) <. 0x1p3321942
|
|
|
|
end
|
|
|