Skip to content
Snippets Groups Projects
Commit 2aea5e58 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

Merge 'heads/0.6': bugfix

parents add5166b 1605ade0
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,11 @@ cond([[pow(2.0,-128.0)!=0.0]],
test_eq([[sprintf("%8F", pow(2.0,-128.0))]], "\067\360\000\000\000\000\000\000")
]])
test_eq([[sprintf("%8F", 0.032999999821186065673828125)]], "\077\240\345\140\100\000\000\000")
test_eq([[sprintf("%8F", pow(2.0,1024.0))]], "\177\360\000\000\000\000\000\000")
cond([[pow(2.0,1024.0)!=0.0]],
[[
test_eq([[sprintf("%8F", pow(2.0,1024.0))]], "\177\360\000\000\000\000\000\000")
]])
dnl . : and ; hasn't been tested
dnl ^, @ and _ hasn't been tested yet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment