Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsf authored May 22, 2017
1 parent 30fc396 commit e1b90c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Excess-128-converter
PHP Class to convert an arbitary floating point number to compressed Excess-128 format
PHP Class to convert a floating point number to compressed Excess-128 format

The Excess-128 format is a biased representation of a floating point number. The compressed Excess-128 format uses 5 bytes to represent a floating point value: 1 byte for the exponent, 1 bit for the sign and 31 bits for the mantissa, which is left-truncated (the leading bit, that is always 1, is shifted off).

Expand Down

0 comments on commit e1b90c9

Please sign in to comment.