Files
why3/tests/computation.why
2018-06-15 17:08:09 +02:00

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