Added HexFloat helper class to print out floating point numbers.
authorAndrew Woloszyn <awoloszyn@google.com>
Fri, 23 Oct 2015 17:23:19 +0000 (13:23 -0400)
committerDavid Neto <dneto@google.com>
Mon, 2 Nov 2015 18:52:25 +0000 (13:52 -0500)
commitc2887f98bc6d20f1116f17b7b4e684b6b8d33e98
treeb9027470ba84aae4e7b6198daea56e1ac01e8636
parentb78d2d31c5945937a802491f1770741c3360c102
Added HexFloat helper class to print out floating point numbers.

TODO Add double tests before we actually use this.
CMakeLists.txt
include/util/hex_float.h [new file with mode: 0644]
test/HexFloat.cpp [new file with mode: 0644]