Skip to content

A partial implementation of IEEE754 half-precision binary floating-point format: binary16

Notifications You must be signed in to change notification settings

lixiaowei7/LixxBinary16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LixxBinary16

A partial implementation of IEEE754 half-precision binary floating-point format: binary16.
Endianness: Little Endian

Lixx_Binary16

>>> Lixx_Binary(65504).bytes
b'\xff\x7b'
>>> Lixx_Binary(b'\xff\x7b').value
65504

About

A partial implementation of IEEE754 half-precision binary floating-point format: binary16

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages