Skip to content

EwanC/FloatFormat

Repository files navigation

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 ewan.cr@gmail.com

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.

About

Dumps IEEE-754 floating point numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published