Skip to content

Commit

Permalink
Add URL to usage and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdwr committed Jul 11, 2019
1 parent 319c5c1 commit 43e3345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified BiNums.cpp
Binary file not shown.
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
BiNums - see binary numbers
2019-02-14..2019-03-21
2019-02-14..2019-07-11
Dwayne Robinson
Displays a number in various formats as binary/hex or vice versa.
Displays a number in various formats as binary/hex or vice versa.
https://github.com/fdwr/BiNums

## Usage examples

binums 12.75 // floating point value in various formats\n"
binums 12.75 // floating point value in various formats\n"
binums 0b1101 // read binary integer\n"
binums float32 raw 0x40490FDB // read raw floating point bits\n"
binums float16 raw 0x5140 // read raw floating point bits\n"
Expand Down

0 comments on commit 43e3345

Please sign in to comment.