Showing 1-18 of 18 packages
Math.nextAfter, Math.nextDown, Math.nextUp, Math.ulp in javascript (from https://gist.github.com/Yaffle/4654250)
Compute the ULP of a given number / Get the closest representable number that comes before/after it on the float64 number line
Decimal rounding with ULP.
A collection of functions to compare `Number` types by [ULP](https://en.wikipedia.org/wiki/Unit_in_the_last_place) distance.
Compute the number of representable double-precision floating-point values that separate two double-precision floating-point numbers along the real number line.
Compute the number of representable single-precision floating-point values that separate two single-precision floating-point numbers along the real number line.
Compute the number of representable half-precision floating-point values that separate two half-precision floating-point numbers along the real number line.
Frontend for managing UniFi Devices
This extension wraps [`@eirba/ieee754`](https://github.com/abrie/ieee754) for use in [Jest](https://github.com/facebook/jest) unit tests. The following matchers are provided:
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Theme generator for all project Travlr
I often need a simple file watcher that just checks for changes in a file then executes something and preferrably without having to write a complicated g(ulp|runt)file for the task, so i created this thing, just install it with NPM:
Plug is a Light Utility around Gulp
 ### 功能 1. 支持批量编译。 1. 支持增量编译module中scss,scss文件新增,修改,删除工具相应会自动生成样式。 1. 支持插件scss开发编译。 1. 减少平台级代码维护,仅作为工具单独维护。 > 之前工具代码和版本一起,需要维护多个版本源码。 1. 支持图片覆盖`/(jpeg|png|gif|svg|jp
An arbitrary-precision arithmetic library for JavaScript