Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 754 Bytes

Format Float

Tool for dumping IEEE-754 floating point numbers in a variety to formats. Supports half, single, and double precision float point numbers.

Author: Ewan Crawford [email protected]

Main workflow status

Usage

$ ff --help
Usage: ff [-f <float> | -h <half> | -d <double>]
Floats can be entered in hex integer, hex float, fixed point float, or scientific float formats
    -h, --half   <half>     16-bit half precision
    -f, --float  <float>    32-bit single precision
    -d, --double <double>   64-bit double precision
    --help                  Displays this message and exi

License

This project is licensed under the MIT license.