FasterXML / smile-format-specification

New home for Smile format (https://en.wikipedia.org/wiki/Smile_(data_interchange_format))
BSD 2-Clause "Simplified" License
92 stars 14 forks source link

Explain float encoding process with an example #8

Closed jviotti closed 3 years ago

jviotti commented 3 years ago

This is an attempt to clarify the logic of encoding IEEE 764 floats by providing an example of how a particular 32-bit float is encoded.

See: https://github.com/FasterXML/smile-format-specification/issues/7 Signed-off-by: Juan Cruz Viotti jv@jviotti.com

cowtowncoder commented 3 years ago

Thanks!