All Projects → feross → Ieee754

feross / Ieee754

Licence: bsd-3-clause
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ieee754

Buffer
The buffer module from node.js, for the browser.
Stars: ✭ 1,178 (+1166.67%)
Mutual labels:  buffer, browser
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+1286.02%)
Mutual labels:  browser
Browser Fuzz Summarize
Browser Fuzz Summarize / 浏览器模糊测试综述
Stars: ✭ 80 (-13.98%)
Mutual labels:  browser
Calenstyle
Responsive Drag-&-Drop Event Calendar Library for Web, Mobile Sites, Android, iOS & Windows Phone
Stars: ✭ 83 (-10.75%)
Mutual labels:  browser
Front End Resource Collection
前后端日常总结
Stars: ✭ 82 (-11.83%)
Mutual labels:  browser
Viper Browser
A lightweight Qt5 web browser using QtWebEngine
Stars: ✭ 84 (-9.68%)
Mutual labels:  browser
Macho Browser
Mac browser for Mach-O binaries (macOS, iOS, watchOS, and tvOS)
Stars: ✭ 77 (-17.2%)
Mutual labels:  browser
Tiptap
The headless editor framework for web artisans.
Stars: ✭ 13,629 (+14554.84%)
Mutual labels:  browser
Flutter browser app
A Full-Featured Mobile Browser App (such as the Google Chrome mobile browser) created using Flutter and the features offered by the flutter_inappwebview plugin.
Stars: ✭ 85 (-8.6%)
Mutual labels:  browser
Run Waterfall
Run an array of functions in series, each passing its results to the next function
Stars: ✭ 83 (-10.75%)
Mutual labels:  browser
Pollyjs
Record, Replay, and Stub HTTP Interactions.
Stars: ✭ 9,484 (+10097.85%)
Mutual labels:  browser
Kotlinx Browser
Kotlin browser API
Stars: ✭ 83 (-10.75%)
Mutual labels:  browser
Rut.js
🇨🇱 Sencilla y pequeña librería para validar y dar formato al RUT
Stars: ✭ 85 (-8.6%)
Mutual labels:  browser
Beef Over Wan
Browser Exploitation Framework is a Open-source penetration testing tool that focuses on browser-based vulnerabilities .This Python Script does the changes Required to make hooked Linked Accessible Over WAN .So anyone can use this framework and Attack Over WAN without Port Forwarding [NGROK or any Localhost to Webhost Service Required ]
Stars: ✭ 82 (-11.83%)
Mutual labels:  browser
Spritemate
spritemate is a browser based sprite editor for the Commodore 64
Stars: ✭ 89 (-4.3%)
Mutual labels:  browser
Term Web
📟 A simple Terminal UI that run on the web
Stars: ✭ 77 (-17.2%)
Mutual labels:  browser
Brave Browser
Next generation Brave browser for Android, Linux, macOS, Windows.
Stars: ✭ 11,580 (+12351.61%)
Mutual labels:  browser
Blockchain Parser
The simpliest script for parsing Bitcoin blockchain. It made convertion of blk*****.dat files to the simple text.
Stars: ✭ 84 (-9.68%)
Mutual labels:  browser
Wsrpc
node.js/browser protobuf rpc over binary websockets
Stars: ✭ 91 (-2.15%)
Mutual labels:  browser
Peerjs
Simple peer-to-peer with WebRTC
Stars: ✭ 9,888 (+10532.26%)
Mutual labels:  browser

ieee754 travis npm downloads javascript style guide

saucelabs

Read/write IEEE754 floating point numbers from/to a Buffer or array-like object.

install

npm install ieee754

methods

var ieee754 = require('ieee754')

The ieee754 object has the following functions:

ieee754.read = function (buffer, offset, isLE, mLen, nBytes)
ieee754.write = function (buffer, value, offset, isLE, mLen, nBytes)

The arguments mean the following:

  • buffer = the buffer
  • offset = offset into the buffer
  • value = value to set (only for write)
  • isLe = is little endian?
  • mLen = mantissa length
  • nBytes = number of bytes

what is ieee754?

The IEEE Standard for Floating-Point Arithmetic (IEEE 754) is a technical standard for floating-point computation. Read more.

license

BSD 3 Clause. Copyright (c) 2008, Fair Oaks Labs, Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].