Skip to content

code4fukui/IEEE754

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IEEE754

IEEE32.js

float value in binary encoding

import { IEEE32 } from "https://code4fukui.github.io/IEEE754/IEEE32.js";

const bin = IEEE32.encode([1, .5, .1]);
const f32array = IEEE32.decode(bin);
console.log(f32array);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published