Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFloat

SFloat implementation in C

How to use

uint16_t raw         = 0xD5F0;
double   value       = sfloat2double(raw);
uint16_t sfloatbytes = double2sfloat(value);

Build

To build this project run

$ mkdir build
$ cd build
$ cmake ..
$ make

Run

To run this project run

$ ./app

License

Apache License 2.0

About

SFloat implementation in C

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages