From c55533de9fc0b0bcc47cfca5fd26de93afac4d3b Mon Sep 17 00:00:00 2001 From: Dietrich Date: Thu, 7 May 2015 14:09:39 -0600 Subject: Made significant changes to internal representation of BigFloat. Remains a work in progress --- float_test7.bpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 float_test7.bpl (limited to 'float_test7.bpl') diff --git a/float_test7.bpl b/float_test7.bpl new file mode 100644 index 00000000..1638724d --- /dev/null +++ b/float_test7.bpl @@ -0,0 +1,5 @@ + procedure F() returns () { + var x : float; + x := fp (0.5); + assert x == fp (0 -1 23 8); +} \ No newline at end of file -- cgit v1.2.3