Skip to content
/ ieee754 Public
forked from rtoal/ieee754

Simple JavaScript-based IEEE 754 Encoders and Decoders

Notifications You must be signed in to change notification settings

juansc/ieee754

This branch is 2 commits ahead of, 1 commit behind rtoal/ieee754:master.

Repository files navigation

A single-page web application containing both an IEEE 754 Encoder (for encoding a decimal value into its IEEE-754 single and double precision representation), and an IEEE 754 Decoder (for coverting a 32 or 64-bit hexidecimal representation into a decimal value).

The application works entirely in JavaScript; there is no need for a server.

You will need a modern browser, as the JavaScript code uses Uint8Array and friends.

This application incorporates Michael Mclaughlin's big.js library.

About

Simple JavaScript-based IEEE 754 Encoders and Decoders

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.3%
  • HTML 9.6%
  • CSS 5.1%